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.h496 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
504 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
528 #define BPF_LD_IMM64(DST, IMM) \ argument
531 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
549 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
573 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
581 #define BPF_MOV64_IMM(DST, IMM) \ argument
589 #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/
DsljitNativePPC_common.c128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
DsljitNativeMIPS_common.c122 #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
/third_party/vixl/src/aarch64/
Dassembler-sve-aarch64.cc4814 #define VIXL_DEFINE_ASM_FUNC(FN, SH, SZ, SCA, IMM, BYTES) \ argument