Searched defs:IMM (Results 1 – 8 of 8) sorted by relevance
/third_party/libbpf/include/linux/ |
D | filter.h | 8 #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/ |
D | bpf.h | 463 #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/ |
D | agx_opcodes.py | 79 IMM = immediate("imm") variable
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeSPARC_common.c | 125 #define IMM(imm) (((sljit_ins)(imm) & 0x1fff) | IMM_ARG) macro
|
D | sljitNativeMIPS_common.c | 114 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
|
D | sljitNativePPC_common.c | 128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_defines.h | 1003 IMM = BRW_IMMEDIATE_VALUE, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 6629 const ARMOperand &IMM = static_cast<ARMOperand &>(*Operands[4]); in shouldOmitCCOutOperand() local
|