/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 1008 static void verifier2_mark_reg_known(struct bpf_reg_state *reg, u64 imm)
in verifier2_mark_reg_known() argument 1025 verifier_mark_reg_known(struct bpf_reg_state *reg, u64 imm) verifier_mark_reg_known() argument 1032 verifier_mark_reg32_known(struct bpf_reg_state *reg, u64 imm) verifier_mark_reg32_known() argument 8006 u64 imm = ((u64)(insn + 1)->imm << VERIFIER_THIRTYTWO) | (u32)insn->imm; check_ld_imm() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 88 static u32 cond5(const u32 *r, const u32 *imm) in cond5() argument 93 static u32 cond7(const u32 *r, const u32 *imm) in cond7() argument 98 static u32 cond6(const u32 *r, const u32 *imm) in cond6() argument 103 cond9(const u32 *r, const u32 *imm) cond9() argument 109 cond10(const u32 *r, const u32 *imm) cond10() argument 114 cond4(const u32 *r, const u32 *imm) cond4() argument 119 cond0(const u32 *r, const u32 *imm) cond0() argument 124 cond1(const u32 *r, const u32 *imm) cond1() argument 129 cond11(const u32 *r, const u32 *imm) cond11() argument 134 cond12(const u32 *r, const u32 *imm) cond12() argument 139 cond3(const u32 *r, const u32 *imm) cond3() argument 144 cond13(const u32 *r, const u32 *imm) cond13() argument 149 cond8(const u32 *r, const u32 *imm) cond8() argument 154 cond2(const u32 *r, const u32 *imm) cond2() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 822 unsigned long imm; /* # of immediate-data packets */ member
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 5571 __u64 imm; bpf_core_patch_insn() local [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 70 __s32 imm; /* signed immediate constant */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 70 __s32 imm; /* signed immediate constant */ member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 1029 static void ___mark_reg_known(struct bpf_reg_state *reg, u64 imm) in ___mark_reg_known() argument 1046 __mark_reg_known(struct bpf_reg_state *reg, u64 imm) __mark_reg_known() argument 1054 __mark_reg32_known(struct bpf_reg_state *reg, u64 imm) __mark_reg32_known() argument 8430 u64 imm = ((u64)(insn + 1)->imm << 32) | (u32)insn->imm; check_ld_imm() local [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 77 __s32 imm; /* signed immediate constant */ member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 820 unsigned long imm; /* # of immediate-data packets */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 63 __s32 imm; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 77 __s32 imm; /* signed immediate constant */ member [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 63 __s32 imm; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 77 __s32 imm; /* signed immediate constant */ member [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 2695 union tgsi_immediate_data imm[4]; in make_immediate_reg_float4() local 2619 make_immediate_reg_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) make_immediate_reg_4() argument 2712 union tgsi_immediate_data imm; make_immediate_reg_float() local 2725 union tgsi_immediate_data imm[4]; make_immediate_reg_int4() local 2742 union tgsi_immediate_data imm; make_immediate_reg_int() local 2773 alloc_immediate_4(struct svga_shader_emitter_v10 *emit, const union tgsi_immediate_data imm[4]) alloc_immediate_4() argument 2795 union tgsi_immediate_data imm[4]; alloc_immediate_float4() local 2812 union tgsi_immediate_data imm[4]; alloc_immediate_int4() local 2852 emit_vgpu10_immediate(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_immediate *imm) emit_vgpu10_immediate() argument 8296 const union tgsi_immediate_data *imm = emit->immediates[index]; get_texel_offsets() local 8706 const union tgsi_immediate_data *imm = emit->immediates[index]; emit_tg4() local 11743 union tgsi_immediate_data imm; emit_default_layer_instructions() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 597 crocus_store_data_imm32(struct crocus_batch *batch, struct crocus_bo *bo, uint32_t offset, uint32_t imm) crocus_store_data_imm32() argument 610 crocus_store_data_imm64(struct crocus_batch *batch, struct crocus_bo *bo, uint32_t offset, uint64_t imm) crocus_store_data_imm64() argument 8489 crocus_emit_raw_pipe_control(struct crocus_batch *batch, const char *reason, uint32_t flags, struct crocus_bo *bo, uint32_t offset, uint64_t imm) global() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 8262 unsigned imm = ~Inst.getOperand(2).getImm() & (imm16 ? 0xffff : 0xffffffff); processInstruction() local [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 849 void Mvn(const Register& rd, uint64_t imm) { in Mvn() argument 1688 Fmov(VRegister vd, T imm) Fmov() argument 1993 Ldr(const VRegister& vt, double imm) Ldr() argument 2020 Ldr(const VRegister& vt, float imm) Ldr() argument 2065 Ldr(const Register& rt, uint64_t imm) Ldr() argument 2097 Ldrsw(const Register& rt, uint32_t imm) Ldrsw() argument 2223 Movk(const Register& rd, uint64_t imm, int shift = -1) Movk() argument 3266 Cmeq(const VRegister& vd, const VRegister& vn, int imm) Cmeq() argument 3271 Cmge(const VRegister& vd, const VRegister& vn, int imm) Cmge() argument 3276 Cmgt(const VRegister& vd, const VRegister& vn, int imm) Cmgt() argument 3281 Cmle(const VRegister& vd, const VRegister& vn, int imm) Cmle() argument 3286 Cmlt(const VRegister& vd, const VRegister& vn, int imm) Cmlt() argument 3659 Add(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Add() argument 3679 And(const ZRegister& zd, const ZRegister& zn, uint64_t imm) And() argument 3756 Bic(const ZRegister& zd, const ZRegister& zn, uint64_t imm) Bic() argument 3914 Cmpeq(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmpeq() argument 3935 Cmpge(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmpge() argument 3956 Cmpgt(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmpgt() argument 3977 Cmphi(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmphi() argument 3997 Cmphs(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmphs() argument 4016 Cmple(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmple() argument 4037 Cmplo(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmplo() argument 4056 Cmpls(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmpls() argument 4075 Cmplt(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmplt() argument 4096 Cmpne(const PRegisterWithLaneSize& pd, const PRegisterZ& pg, const ZRegister& zn, IntegerOperand imm) Cmpne() argument 4234 Eon(const ZRegister& zd, const ZRegister& zn, uint64_t imm) Eon() argument 4252 Eor(const ZRegister& zd, const ZRegister& zn, uint64_t imm) Eor() argument 4331 Fadd(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fadd() argument 4565 Fmax(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fmax() argument 4579 Fmaxnm(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fmaxnm() argument 4602 Fmin(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fmin() argument 4616 Fminnm(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fminnm() argument 4665 Fmov(const ZRegister& zd, double imm) Fmov() argument 4669 Fmov(const ZRegister& zd, float imm) Fmov() argument 4673 Fmov(const ZRegister& zd, Float16 imm) Fmov() argument 4677 Fmov(const ZRegister& zd, const PRegisterM& pg, double imm) Fmov() argument 4681 Fmov(const ZRegister& zd, const PRegisterM& pg, float imm) Fmov() argument 4685 Fmov(const ZRegister& zd, const PRegisterM& pg, Float16 imm) Fmov() argument 4697 Fmul(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fmul() argument 4861 Fsub(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn, double imm) Fsub() argument 4869 Fsub(const ZRegister& zd, const PRegisterM& pg, double imm, const ZRegister& zn) Fsub() argument 5486 Mov(const ZRegister& zd, const PRegister& pg, IntegerOperand imm) Mov() argument 5506 Mov(const ZRegister& zd, IntegerOperand imm) Mov() argument 5606 Orn(const ZRegister& zd, const ZRegister& zn, uint64_t imm) Orn() argument 5632 Orr(const ZRegister& zd, const ZRegister& zn, uint64_t imm) Orr() argument 5860 Sqadd(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Sqadd() argument 6050 Sqsub(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Sqsub() argument 6202 Sub(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Sub() argument 6301 Uqadd(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Uqadd() argument 6441 Uqsub(const ZRegister& zd, const ZRegister& zn, IntegerOperand imm) Uqsub() argument [all...] |
H A D | simulator-aarch64.cc | 5583 int32_t imm = instr->ExtractSignedBits(17, 10); in Simulator() local 5620 uint32_t imm = instr->ExtractBits(17, 10); in Simulator() local 8646 uint64_t imm = 0; in Simulator() local 9675 uint64_t imm = instr->GetSVEImmLogical(); Simulator() local 9697 uint64_t imm = instr->GetSVEImmLogical(); Simulator() local 11784 uint64_t imm = instr->GetImmSVEIntWideUnsigned(); Simulator() local 11819 int64_t imm = instr->GetImmSVEIntWideSigned(); Simulator() local 12240 uint64_t imm = instr->ExtractBits(20, 16) << msize_in_bytes_log2; Simulator() local 12665 uint64_t imm = instr->ExtractBits(20, 16) << msz; Simulator() local 12812 uint64_t imm = instr->ExtractBits(20, 16) << msz; Simulator() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_debug.c | 89 static u32 cond5(const u32 *r, const u32 *imm) in cond5() argument 94 static u32 cond7(const u32 *r, const u32 *imm) in cond7() argument 99 static u32 cond6(const u32 *r, const u32 *imm) in cond6() argument 104 cond9(const u32 *r, const u32 *imm) cond9() argument 110 cond10(const u32 *r, const u32 *imm) cond10() argument 115 cond4(const u32 *r, const u32 *imm) cond4() argument 120 cond0(const u32 *r, const u32 *imm) cond0() argument 125 cond14(const u32 *r, const u32 *imm) cond14() argument 130 cond1(const u32 *r, const u32 *imm) cond1() argument 135 cond11(const u32 *r, const u32 *imm) cond11() argument 140 cond12(const u32 *r, const u32 *imm) cond12() argument 145 cond3(const u32 *r, const u32 *imm) cond3() argument 150 cond13(const u32 *r, const u32 *imm) cond13() argument 155 cond8(const u32 *r, const u32 *imm) cond8() argument 160 cond2(const u32 *r, const u32 *imm) cond2() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 2095 static void ___mark_reg_known(struct bpf_reg_state *reg, u64 imm) in ___mark_reg_known() argument 2112 __mark_reg_known(struct bpf_reg_state *reg, u64 imm) __mark_reg_known() argument 2122 __mark_reg32_known(struct bpf_reg_state *reg, u64 imm) __mark_reg32_known() argument 2678 s32 imm; global() member 14728 u64 imm = ((u64)(insn + 1)->imm << 32) | (u32)insn->imm; check_ld_imm() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2326 int16_t imm = 0; in SelectAddressRegReg() local 2421 int16_t imm = 0; in SelectAddressRegImm() local 2445 int16_t imm = 0; SelectAddressRegImm() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 11626 int32_t imm = C->getSExtValue(); in PerformAddcSubcCombine() local 11647 int64_t imm = C->getSExtValue(); in PerformAddeSubeCombine() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/ |
H A D | sli4.h | 335 } imm; member
|