Home
last modified time | relevance | path

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

/aosp_15_r20/external/iproute2/include/
H A Dbpf_util.h88 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
96 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
124 #define BPF_MOV64_IMM(DST, IMM) \ argument
132 #define BPF_MOV32_IMM(DST, IMM) \ argument
141 #define BPF_LD_IMM64(DST, IMM) \ argument
144 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
169 #define BPF_LD_ABS(SIZE, IMM) \ argument
199 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
229 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/aosp_15_r20/external/libbpf/include/linux/
H A 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
80 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
96 #define BPF_MOV32_IMM(DST, IMM) \ argument
126 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
134 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.h215 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
223 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
243 #define BPF_MOV64_IMM(DST, IMM) \ argument
252 #define BPF_LD_IMM64(DST, IMM) \ argument
255 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
278 #define BPF_LD_ABS(SIZE, IMM) \ argument
308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
338 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/aosp_15_r20/external/bcc/src/cc/includes/
H A Dlibbpf.h215 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
223 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
243 #define BPF_MOV64_IMM(DST, IMM) \ argument
252 #define BPF_LD_IMM64(DST, IMM) \ argument
255 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
278 #define BPF_LD_ABS(SIZE, IMM) \ argument
308 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
328 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
338 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
/aosp_15_r20/external/bpftool/include/linux/
H A Dfilter.h8 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
16 #define BPF_MOV64_IMM(DST, IMM) \ argument
32 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
40 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
/aosp_15_r20/external/ltp/include/lapi/
H A 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
/aosp_15_r20/external/compiler-rt/lib/builtins/arm/
H A Dudivmodsi4.S119 #define IMM # macro
H A Dumodsi3.S110 #define IMM # macro
H A Dudivsi3.S116 #define IMM # macro
/aosp_15_r20/external/XNNPACK/scripts/
H A Dconvert-assembly-to-jit.py24 IMM = r'(' + IMM_NO_GROUP + ')' variable
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opcodes.py71 IMM = immediate("imm", "uint64_t") variable
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativePPC_common.c128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
H A DsljitNativeMIPS_common.c137 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_eu_defines.h425 IMM = ELK_IMMEDIATE_VALUE, enumerator
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_eu_defines.h704 IMM, enumerator
H A Dtest_eu_validate.cpp229 IMM, in TEST_P() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6629 const ARMOperand &IMM = static_cast<ARMOperand &>(*Operands[4]); in shouldOmitCCOutOperand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6869 const ARMOperand &IMM = static_cast<ARMOperand &>(*Operands[4]); in shouldOmitCCOutOperand() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc4814 #define VIXL_DEFINE_ASM_FUNC(FN, SH, SZ, SCA, IMM, BYTES) \ argument