Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
Dops.c236 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_byte_RM_R()
302 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_word_RM_R()
338 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_byte_R_RM()
395 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_word_R_RM()
416 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_byte_AL_IMM()
447 DECODE_CLEAR_SEGOVR(); in x86emuOp_genop_word_AX_IMM()
461 DECODE_CLEAR_SEGOVR(); in x86emuOp_push_ES()
475 DECODE_CLEAR_SEGOVR(); in x86emuOp_pop_ES()
489 DECODE_CLEAR_SEGOVR(); in x86emuOp_push_CS()
514 DECODE_CLEAR_SEGOVR(); in x86emuOp_push_SS()
[all …]
Dops2.c159 DECODE_CLEAR_SEGOVR(); in x86emuOp2_long_jump()
255 DECODE_CLEAR_SEGOVR(); in x86emuOp2_set_byte()
269 DECODE_CLEAR_SEGOVR(); in x86emuOp2_push_FS()
283 DECODE_CLEAR_SEGOVR(); in x86emuOp2_pop_FS()
346 DECODE_CLEAR_SEGOVR(); in x86emuOp2_bt_R()
417 DECODE_CLEAR_SEGOVR(); in x86emuOp2_shld_IMM()
479 DECODE_CLEAR_SEGOVR(); in x86emuOp2_shld_CL()
493 DECODE_CLEAR_SEGOVR(); in x86emuOp2_push_GS()
507 DECODE_CLEAR_SEGOVR(); in x86emuOp2_pop_GS()
580 DECODE_CLEAR_SEGOVR(); in x86emuOp2_bts_R()
[all …]
/external/u-boot/drivers/bios_emulator/include/x86emu/
Ddecode.h50 #define DECODE_CLEAR_SEGOVR() M.x86.mode &= ~SYSMODE_CLRMASK macro