Home
last modified time | relevance | path

Searched defs:OP_IMM (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dkvm_emulate.h251 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c165 #define OP_IMM (OP_C(ARC_R_IMM)) macro