Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arc/net/
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-6.12.1/arch/x86/kvm/
Demulate.c3049 ctxt->src.type = OP_IMM; in em_das()
3075 ctxt->src.type = OP_IMM; in em_aam()
3093 ctxt->src.type = OP_IMM; in em_aad()
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()
[all …]
Dkvm_emulate.h242 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator