Symbol: OP_IMM
arch/arc/net/bpf_jit_arcv2.c
295
#define OPC_ADD_I (OPC_ADD | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
331
#define OPC_SUB_I (OPC_SUB | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
380
#define OPC_MPYI (OPC_MPY | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
394
#define OPC_MPYDUI (OPC_MPYDU | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
406
#define OPC_DIVUI (OPC_DIVU | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
418
#define OPC_DIVSI (OPC_DIVS | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
430
#define OPC_REMUI (OPC_REMU | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
442
#define OPC_REMSI (OPC_REMS | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
456
#define OPC_ANDI (OPC_AND | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
482
#define OPC_ORI (OPC_OR | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
494
#define OPC_XORI (OPC_XOR | OP_IMM)
arch/arc/net/bpf_jit_arcv2.c
681
const u32 insn = OPC_MOV | OP_B(rd) | OP_IMM;
arch/arc/net/bpf_jit_arcv2.c
696
const u32 insn = OPC_MOV | OP_B(rd) | OP_IMM;
arch/x86/kvm/emulate.c
3045
ctxt->src.type = OP_IMM;
arch/x86/kvm/emulate.c
3071
ctxt->src.type = OP_IMM;
arch/x86/kvm/emulate.c
3089
ctxt->src.type = OP_IMM;
arch/x86/kvm/emulate.c
4571
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4668
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4676
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4726
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4735
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4739
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4743
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4747
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4751
op->type = OP_IMM;
arch/x86/kvm/emulate.c
4755
op->type = OP_IMM;
arch/x86/kvm/vmx/vmx.c
8176
imm = info->src_type == OP_IMM;
arch/x86/kvm/vmx/vmx.c
8180
imm = info->dst_type == OP_IMM;