Home
last modified time | relevance | path

Searched refs:xorl (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcar.S53 xorl %edx, %edx
63 xorl %eax, %eax
64 xorl %edx, %edx
84 xorl %edx, %edx
119 xorl %eax, %eax
136 xorl %edx, %edx
152 xorl %edx, %edx
205 xorl %eax, %eax
206 xorl %edx, %edx
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcall32.S49 xorl %eax, %eax
H A Dstart16.S30 xorl %eax, %eax
H A Dstart.S164 xorl %eax, %eax
H A Dsipi_vector.S40 xorl %eax, %eax
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dsetjmp.S32 xorl %eax, %eax /* Return value */
H A Dcall64.S49 xorl %eax, %eax
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_car.S77 xorl %ebp, %ebp
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c69 #define xorl(a,b) ((a) && !(b)) || (!(a) && (b)) macro
127 return xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)); in x86emu_check_jump_condition()
131 return !xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)); in x86emu_check_jump_condition()
135 return (xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emu_check_jump_condition()
140 return !(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emu_check_jump_condition()
227 cond = xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)); in x86emuOp2_set_byte()
231 cond = !xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)); in x86emuOp2_set_byte()
235 cond = (xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emuOp2_set_byte()
240 cond = !(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emuOp2_set_byte()