Home
last modified time | relevance | path

Searched refs:RBP (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/tcg/i386/
H A Dtest-i386.c2061 #define RBP "%%rbp" macro
2064 #define RBP "%%ebp" macro
2082 "mov " RBP ", %[ebp_save]\n"\
2084 "mov %[ebp_val], " RBP "\n"\
2087 "mov " RBP ", %[ebp_val]\n"\
2089 "mov %[ebp_save], " RBP "\n"\
/qemu/target/i386/hvf/
H A Dx86_task.c75 RBP(env) = tss->ebp; in load_state_from_tss32()
H A Dhvf.c501 wreg(cs->accel->fd, HV_X86_RBP, RBP(env)); in hvf_store_regs()
/qemu/target/i386/emulate/
H A Dx86.h206 #define RBP(cpu) RRX(cpu, R_EBP) macro