| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | disassemble.c | 256 uint32_t imm32[2] = { (uint32_t) imm, (uint32_t) (imm >> 32) }; in dump_pc_imm() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| H A D | BPFISelLowering.cpp | 725 int64_t imm32 = MI.getOperand(2).getImm(); in EmitInstrWithCustomInserter() local
|
| /third_party/vixl/src/aarch32/ |
| H A D | macro-assembler-aarch32.cc | 1291 static inline bool CanBeInverted(uint32_t imm32) { in CanBeInverted() argument [all...] |
| /kernel/linux/linux-5.10/arch/loongarch/net/ |
| H A D | ebpf_jit.h | 651 int imm32, si20, si12; in move_imm64() local 611 move_imm32(struct jit_ctx *ctx, enum loongarch_gpr rd, int imm32, bool is32) move_imm32() argument [all...] |
| /kernel/linux/linux-5.10/arch/x86/net/ |
| H A D | bpf_jit_comp32.c | 1492 const s32 imm32 = insn->imm; in do_jit() local [all...] |
| H A D | bpf_jit_comp.c | 595 emit_mov_imm32(u8 **pprog, bool sign_propagate, u32 dst_reg, const u32 imm32) emit_mov_imm32() argument 813 const s32 imm32 = insn->imm; do_jit() local [all...] |
| /kernel/linux/linux-6.6/arch/x86/net/ |
| H A D | bpf_jit_comp32.c | 1673 const s32 imm32 = insn->imm; in do_jit() local [all...] |
| H A D | bpf_jit_comp.c | 624 emit_mov_imm32(u8 **pprog, bool sign_propagate, u32 dst_reg, const u32 imm32) emit_mov_imm32() argument 1059 const s32 imm32 = insn->imm; do_jit() local [all...] |
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | macro-assembler-riscv64.h | 213 inline void GenPCRelativeJump(Register rd, int64_t imm32) { in GenPCRelativeJump() argument 221 inline void GenPCRelativeJumpAndLink(Register rd, int64_t imm32) { in GenPCRelativeJumpAndLink() argument
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | assembler-s390.cc | 486 int32_t imm32 = in target_at() local 526 int32_t imm32 = target_pos - pos; in target_at_put() local 534 int32_t imm32 = target_pos + (Code::kHeaderSize - kHeapObjectTag); in target_at_put() local
|
| /third_party/node/deps/v8/src/diagnostics/arm/ |
| H A D | disasm-arm.cc | 1773 uint32_t imm32 = imm; in DecodeVmovImmediate() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 1396 uint32_t imm32; in readImmediate() local
|
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | macro-assembler-mips64.cc | 4512 int32_t imm32 = static_cast<int32_t>(imm64); in CallRecordWriteStub() local 4555 int32_t imm32 = static_cast<int32_t>(imm64); in CallRecordWriteStub() local
|
| H A D | assembler-mips64.cc | 724 int32_t imm32; in target_at() local 738 int32_t imm32; in target_at() local [all...] |
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.cc | 529 void Assembler::push_imm32(int32_t imm32) { in push_imm32() argument 607 void Assembler::mov(Register dst, int32_t imm32) { in mov() argument 848 void Assembler::adc(Register dst, int32_t imm32) { in adc() argument 877 void Assembler::and_(Register dst, int32_t imm32) { in and_() argument 952 void Assembler::cmp(Register reg, int32_t imm32) { in cmp() argument 1051 imul(Register dst, Register src, int32_t imm32) imul() argument 1055 imul(Register dst, Operand src, int32_t imm32) imul() argument 1115 or_(Register dst, int32_t imm32) or_() argument 1429 xor_(Register dst, int32_t imm32) xor_() argument 1566 int imm32 = pos - (fixup_pos + sizeof(int32_t)); bind_to() local [all...] |
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.cc | 487 int imm32 = pos - (current + sizeof(int32_t)); in bind_to() local 501 int imm32 = pos - (current + sizeof(int32_t)); in bind_to() local 2110 void Assembler::pushq_imm32(int32_t imm32) { in pushq_imm32() argument
|
| H A D | macro-assembler-x64.cc | 1799 void MacroAssembler::PushImm32(int32_t imm32) { pushq_imm32(imm32); } in CallRecordWriteStub() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 2630 int imm32 = SignExtend32<25>(tmp << 1); in DecodeT2BInstruction() local 4485 int imm32 = SignExtend32<25>(tmp << 1); in DecodeThumbBLXOffset() local 4624 int imm32 = SignExtend32<25>(tmp << 1); DecodeThumbBLTargetOperand() local [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/mips/ |
| H A D | liftoff-assembler-mips.h | 382 int imm32 = pc_offset() - offset - 3 * kInstrSize; in PatchPrepareStackFrame() local
|
| /third_party/node/deps/v8/src/wasm/baseline/loong64/ |
| H A D | liftoff-assembler-loong64.h | 251 int imm32 = pc_offset() - offset; in PatchPrepareStackFrame() local
|
| /third_party/node/deps/v8/src/codegen/mips/ |
| H A D | macro-assembler-mips.cc | 4016 int32_t imm32; in CallRecordWriteStub() local 4039 int32_t imm32; in CallRecordWriteStub() local
|
| H A D | assembler-mips.cc | 837 int32_t imm32; in target_at() local 849 int32_t imm32; in target_at() local 3794 void Assembler::GenPCRelativeJump(Register tf, Register ts, int32_t imm32, in GenPCRelativeJump() argument 3816 GenPCRelativeJumpAndLink(Register t, int32_t imm32, RelocInfo::Mode rmode, BranchDelaySlot bdslot) GenPCRelativeJumpAndLink() argument [all...] |
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.cc | 471 int32_t imm32; in target_at() local
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | assembler-arm.cc | 1032 bool FitsShifter(uint32_t imm32, uint32_t* rotate_imm, uint32_t* immed_8, in FitsShifter() argument 1202 uint32_t imm32 = static_cast<uint32_t>(x.immediate()); Move32BitImmediate() local 5169 ImmediateFitsAddrMode1Instruction(int32_t imm32) ImmediateFitsAddrMode1Instruction() argument 5175 ImmediateFitsAddrMode2Instruction(int32_t imm32) ImmediateFitsAddrMode2Instruction() argument [all...] |
| /third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
| H A D | liftoff-assembler-riscv64.h | 353 int imm32 = pc_offset() - offset; in PatchPrepareStackFrame() local
|