Searched refs:RL (Results 1 – 3 of 3) sorted by relevance
238 #define RL(cpu, reg) (x86_reg(cpu, reg)->lx) macro239 #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)
1677 ptr = &RL(env, reg); in get_reg_ref()
70 * so we can ignore AQ/RL along this path.83 * provide the memory barrier implied by AQ/RL/TSO.