Home
last modified time | relevance | path

Searched defs:IMM (Results 1 – 8 of 8) sorted by relevance

/third_party/libbpf/include/linux/
Dfilter.h8 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
16 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
24 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
32 #define BPF_MOV64_IMM(DST, IMM) \ argument
72 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
88 #define BPF_MOV32_IMM(DST, IMM) \ argument
118 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
126 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/third_party/ltp/include/lapi/
Dbpf.h463 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
471 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
495 #define BPF_LD_IMM64(DST, IMM) \ argument
498 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
516 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
540 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
548 #define BPF_MOV64_IMM(DST, IMM) \ argument
556 #define BPF_MOV32_IMM(DST, IMM) \ argument
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py79 IMM = immediate("imm") variable
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_common.c125 #define IMM(imm) (((sljit_ins)(imm) & 0x1fff) | IMM_ARG) macro
DsljitNativeMIPS_common.c114 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
DsljitNativePPC_common.c128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1003 IMM = BRW_IMMEDIATE_VALUE, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp6629 const ARMOperand &IMM = static_cast<ARMOperand &>(*Operands[4]); in shouldOmitCCOutOperand() local