Home
last modified time | relevance | path

Searched defs:immediate (Results 51 - 75 of 92) sorted by relevance

1234

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc961 int32_t immediate = i.InputInt32(1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/baseline/ia32/
H A Dbaseline-assembler-ia32-inl.h258 inline void PushSingle(MacroAssembler* masm, int32_t immediate) { in PushSingle() argument
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h262 inline void PushSingle(MacroAssembler* masm, int32_t immediate) { in PushSingle() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h35 V8_INLINE explicit Operand(int64_t immediate, in Operand() argument
86 int64_t immediate; // otherwise member
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h88 V8_INLINE explicit Operand(int32_t immediate, in Operand() argument
149 inline int32_t immediate() const { in immediate() function in v8::internal::Operand
180 int32_t immediate; // otherwise member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c549 struct tgsi_immediate immediate; in tgsi_default_immediate() local
564 struct tgsi_immediate immediate; in tgsi_build_immediate() local
589 immediate_grow( struct tgsi_immediate *immediate, struct tgsi_header *header ) immediate_grow() argument
609 struct tgsi_immediate *immediate; tgsi_build_full_immediate() local
[all...]
H A Dtgsi_ureg.c158 } immediate[UREG_MAX_IMMEDIATE]; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1866 translateImmediate(MCInst &mcInst, uint64_t immediate, const OperandSpecifier &operand, InternalInstruction &insn, const MCDisassembler *Dis) translateImmediate() argument
[all...]
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.h192 Location(Offset immediate, Offset pc_offset) in Location() argument
341 virtual DisassemblerStream& operator<<(const NeonImmediate& immediate) { in operator <<() argument
342 os_ << immediate; in operator <<() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1316 const absl::Duration immediate = absl::ZeroDuration(); local
[all...]
/third_party/libdrm/intel/
H A Dintel_decode.c2285 char immediate = (data[0] & (1 << 23)) == 0; in decode_3d_primitive() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_gm107.cpp1943 bool immediate = false; in emitXMAD() local
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h329 Immediate Operand::immediate() const { in immediate() function in v8::internal::Operand
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h65 V8_INLINE explicit Operand(int64_t immediate, in Operand() argument
116 int64_t immediate; // otherwise member
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h65 V8_INLINE explicit Operand(int32_t immediate, in Operand() argument
116 int32_t immediate; // otherwise member
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h94 V8_INLINE explicit Operand(intptr_t immediate, in Operand() argument
120 inline intptr_t immediate() const { in immediate() function in v8::internal::Operand
153 intptr_t immediate; // otherwise global() member
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h68 V8_INLINE explicit Operand(intptr_t immediate, in Operand() argument
93 inline intptr_t immediate() const { in immediate() function in v8::internal::Operand
120 intptr_t immediate; // otherwise member
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1521 CompareAndBranchOrBacktrack(Register reg, int immediate, Condition condition, Label* to) CompareAndBranchOrBacktrack() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_context.h143 unsigned immediate[I915_MAX_IMMEDIATE]; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp3132 emitComplexI8(int rm, const AsmOperand &operand, const Immediate &immediate) emitComplexI8() argument
3149 emitComplex(Type Ty, int rm, const AsmOperand &operand, const Immediate &immediate) emitComplex() argument
[all...]
H A DIceAssemblerX8664.cpp3296 emitComplexI8(int rm, const AsmOperand &operand, const Immediate &immediate) emitComplexI8() argument
3313 emitComplex(Type Ty, int rm, const AsmOperand &operand, const Immediate &immediate) emitComplex() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.h179 unsigned immediate; member
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h137 int immediate() const { in immediate() function in v8::internal::Immediate
188 int immediate; global() member
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h70 V8_INLINE explicit Operand(int64_t immediate, in Operand() argument
121 int64_t immediate; // otherwise member
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc888 uint64_t immediate = operand.GetImmediate(); in Emit() local
[all...]

Completed in 78 milliseconds

1234