Home
last modified time | relevance | path

Searched refs:decode_imm (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.c174 static void decode_imm(CPUX86State *env, struct x86_decode *decode, in decode_imm() function
365 decode_imm(env, decode, &decode->op[1]); in decode_f7group()
734 {0xd, X86_DECODE_CMD_OR, 0, false, decode_rax, decode_imm,
750 {0x14, X86_DECODE_CMD_ADC, 1, false, decode_rax, decode_imm,
752 {0x15, X86_DECODE_CMD_ADC, 0, false, decode_rax, decode_imm,
770 {0x1d, X86_DECODE_CMD_SBB, 0, false, decode_rax, decode_imm,
786 {0x24, X86_DECODE_CMD_AND, 1, false, decode_rax, decode_imm,
788 {0x25, X86_DECODE_CMD_AND, 0, false, decode_rax, decode_imm,
798 {0x2c, X86_DECODE_CMD_SUB, 1, false, decode_rax, decode_imm,
800 {0x2d, X86_DECODE_CMD_SUB, 0, false, decode_rax, decode_imm,
[all …]
/openbmc/linux/arch/x86/kvm/
H A Demulate.c4554 static int decode_imm(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_imm() function
4604 rc = decode_imm(ctxt, op, 1, false); in decode_operand()
4664 rc = decode_imm(ctxt, op, 1, true); in decode_operand()
4672 rc = decode_imm(ctxt, op, imm_size(ctxt), true); in decode_operand()
4675 rc = decode_imm(ctxt, op, ctxt->op_bytes, true); in decode_operand()
4692 rc = decode_imm(ctxt, op, 2, false); in decode_operand()
4695 rc = decode_imm(ctxt, op, imm_size(ctxt), false); in decode_operand()