Home
last modified time | relevance | path

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

/linux/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 …]
/linux/arch/x86/kvm/
A Demulate.c3049 ctxt->src.type = OP_IMM; in em_das()
4526 op->type = OP_IMM; in decode_imm()
4626 op->type = OP_IMM; in decode_operand()
4634 op->type = OP_IMM; in decode_operand()
4684 op->type = OP_IMM; in decode_operand()
4693 op->type = OP_IMM; in decode_operand()
4697 op->type = OP_IMM; in decode_operand()
4701 op->type = OP_IMM; in decode_operand()
4705 op->type = OP_IMM; in decode_operand()
4709 op->type = OP_IMM; in decode_operand()
[all …]
A Dkvm_emulate.h242 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator

Completed in 27 milliseconds