Home
last modified time | relevance | path

Searched refs:RL (Results 1 – 3 of 3) sorted by relevance

/qemu/target/i386/emulate/
H A Dx86.h238 #define RL(cpu, reg) (x86_reg(cpu, reg)->lx) macro
239 #define AL(cpu) RL(cpu, R_EAX)
240 #define CL(cpu) RL(cpu, R_ECX)
241 #define DL(cpu) RL(cpu, R_EDX)
242 #define BL(cpu) RL(cpu, R_EBX)
H A Dx86_decode.c1677 ptr = &RL(env, reg); in get_reg_ref()
/qemu/target/riscv/insn_trans/
H A Dtrans_rva.c.inc70 * so we can ignore AQ/RL along this path.
83 * provide the memory barrier implied by AQ/RL/TSO.