Home
last modified time | relevance | path

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

/arch/arc/net/
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)
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)
482 #define OPC_ORI (OPC_OR | OP_IMM)
[all …]
/arch/x86/kvm/
A Demulate.c3054 ctxt->src.type = OP_IMM; in em_das()
4532 op->type = OP_IMM; in decode_imm()
4632 op->type = OP_IMM; in decode_operand()
4640 op->type = OP_IMM; in decode_operand()
4690 op->type = OP_IMM; in decode_operand()
4699 op->type = OP_IMM; in decode_operand()
4703 op->type = OP_IMM; in decode_operand()
4707 op->type = OP_IMM; in decode_operand()
4711 op->type = OP_IMM; in decode_operand()
4715 op->type = OP_IMM; in decode_operand()
[all …]
A Dkvm_emulate.h252 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/arch/x86/kvm/vmx/
A Dvmx.c7912 imm = info->src_type == OP_IMM; in vmx_is_io_intercepted()
7916 imm = info->dst_type == OP_IMM; in vmx_is_io_intercepted()

Completed in 35 milliseconds