Home
last modified time | relevance | path

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

/haiku/src/libs/x86emu/
H A Dops2.c506 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
521 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
538 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
553 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
570 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
585 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
601 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
613 shift = fetch_byte_imm(); in x86emuOp2_shld_IMM()
947 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
962 shift = fetch_byte_imm(); in x86emuOp2_shrd_IMM()
[all …]
H A Dops.c477 srcval = fetch_byte_imm(); in x86emuOp_add_byte_AL_IMM()
915 srcval = fetch_byte_imm(); in x86emuOp_or_byte_AL_IMM()
1351 srcval = fetch_byte_imm(); in x86emuOp_adc_byte_AL_IMM()
1789 srcval = fetch_byte_imm(); in x86emuOp_sbb_byte_AL_IMM()
2232 srcval = fetch_byte_imm(); in x86emuOp_and_byte_AL_IMM()
2673 srcval = fetch_byte_imm(); in x86emuOp_sub_byte_AL_IMM()
3111 srcval = fetch_byte_imm(); in x86emuOp_xor_byte_AL_IMM()
3540 srcval = fetch_byte_imm(); in x86emuOp_cmp_byte_AL_IMM()
4818 imm = (s8) fetch_byte_imm(); in x86emuOp_push_byte_IMM()
4856 imm = fetch_byte_imm(); in x86emuOp_imul_byte_IMM()
[all …]
H A Ddecode.c180 fetch_byte_imm(void) in fetch_byte_imm() function
857 sib = fetch_byte_imm(); in decode_rm00_address()
927 displacement = (s8) fetch_byte_imm(); in decode_rm01_address()
945 sib = fetch_byte_imm(); in decode_rm01_address()
946 displacement = (s8) fetch_byte_imm(); in decode_rm01_address()
1040 sib = fetch_byte_imm(); in decode_rm10_address()
/haiku/headers/libs/x86emu/x86emu/
H A Ddecode.h60 u8 fetch_byte_imm(void);