Home
last modified time | relevance | path

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

/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c165 #define OP_IMM (OP_C(ARC_R_IMM)) macro
295 #define OPC_ADD_I (OPC_ADD | OP_IMM)
331 #define OPC_SUB_I (OPC_SUB | OP_IMM)
380 #define OPC_MPYI (OPC_MPY | OP_IMM)
394 #define OPC_MPYDUI (OPC_MPYDU | OP_IMM)
406 #define OPC_DIVUI (OPC_DIVU | OP_IMM)
418 #define OPC_DIVSI (OPC_DIVS | OP_IMM)
430 #define OPC_REMUI (OPC_REMU | OP_IMM)
442 #define OPC_REMSI (OPC_REMS | OP_IMM)
456 #define OPC_ANDI (OPC_AND | OP_IMM)
[all …]
/linux/arch/x86/kvm/
H A Demulate.c3031 ctxt->src.type = OP_IMM; in em_das()
3057 ctxt->src.type = OP_IMM; in em_aam()
3075 ctxt->src.type = OP_IMM; in em_aad()
4569 op->type = OP_IMM; in decode_imm()
4666 op->type = OP_IMM; in decode_operand()
4674 op->type = OP_IMM; in decode_operand()
4724 op->type = OP_IMM; in decode_operand()
4733 op->type = OP_IMM; in decode_operand()
4737 op->type = OP_IMM; in decode_operand()
4741 op->type = OP_IMM; in decode_operand()
[all …]
H A Dkvm_emulate.h252 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_YMM, OP_MM, OP_NONE } type; enumerator
/linux/arch/x86/kvm/vmx/
H A Dvmx.c8276 imm = info->src_type == OP_IMM; in vmx_is_io_intercepted()
8280 imm = info->dst_type == OP_IMM; in vmx_is_io_intercepted()