Searched refs:decode_imm_signed (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_decode.c | 186 static void decode_imm_signed(CPUX86State *env, struct x86_decode *decode, in decode_imm_signed() function 1178 {0xe8, X86_DECODE_CMD_CALL_NEAR, 0, false, decode_imm_signed, 1180 {0xe9, X86_DECODE_CMD_JMP_NEAR, 0, false, decode_imm_signed,
|