/aosp_15_r20/external/iproute2/include/ |
H A D | bpf_util.h | 88 #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 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 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 D | libbpf.h | 215 #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 D | libbpf.h | 215 #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 D | filter.h | 8 #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 D | bpf.h | 496 #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 D | udivmodsi4.S | 119 #define IMM # macro
|
H A D | umodsi3.S | 110 #define IMM # macro
|
H A D | udivsi3.S | 116 #define IMM # macro
|
/aosp_15_r20/external/XNNPACK/scripts/ |
H A D | convert-assembly-to-jit.py | 24 IMM = r'(' + IMM_NO_GROUP + ')' variable
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_opcodes.py | 71 IMM = immediate("imm", "uint64_t") variable
|
/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitNativePPC_common.c | 128 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
|
H A D | sljitNativeMIPS_common.c | 137 #define IMM(imm) ((sljit_ins)(imm) & 0xffff) macro
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_eu_defines.h | 425 IMM = ELK_IMMEDIATE_VALUE, enumerator
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_eu_defines.h | 704 IMM, enumerator
|
H A D | test_eu_validate.cpp | 229 IMM, in TEST_P() enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6629 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 D | ARMAsmParser.cpp | 6869 const ARMOperand &IMM = static_cast<ARMOperand &>(*Operands[4]); in shouldOmitCCOutOperand() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 4814 #define VIXL_DEFINE_ASM_FUNC(FN, SH, SZ, SCA, IMM, BYTES) \ argument
|