Home
last modified time | relevance | path

Searched refs:rmode (Results 101 - 112 of 112) sorted by relevance

12345

/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h429 RelocInfo::Mode rmode) { in LoadConstant()
432 TurboAssembler::li(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant()
435 TurboAssembler::li(reg.gp(), Operand(value.to_i64(), rmode)); in LoadConstant()
428 LoadConstant(LiftoffRegister reg, WasmValue value, RelocInfo::Mode rmode) LoadConstant() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc606 __ Call(wasm_code, constant.rmode()); in AssembleArchInstruction()
619 __ Jump(wasm_code, constant.rmode()); in AssembleArchInstruction()
4402 if (RelocInfo::IsWasmReference(src.rmode())) in AssembleConstructFrame()
4403 __ li(dst, Operand(src.ToInt64(), src.rmode())); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc642 __ Call(wasm_code, constant.rmode()); in AssembleArchInstruction()
654 __ Jump(wasm_code, constant.rmode()); in AssembleArchInstruction()
4193 if (RelocInfo::IsWasmReference(src.rmode())) in AssembleConstructFrame()
4194 __ li(dst, Operand(src.ToInt32(), src.rmode())); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc660 __ Call(wasm_code, constant.rmode()); in AssembleArchInstruction()
687 __ Jump(wasm_code, constant.rmode()); in AssembleArchInstruction()
4124 if (RelocInfo::IsWasmReference(src.rmode())) { in AssembleMove()
4125 __ li(dst, Operand(src.ToInt64(), src.rmode())); in AssembleMove()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1598 static const char* rmode[] = {
1601 DCHECK(fpcr().RMode() < arraysize(rmode));
1604 fpcr().FZ(), rmode[fpcr().RMode()], clr_normal);
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h329 RelocInfo::Mode rmode) { in LoadConstant()
332 TurboAssembler::Move(reg.gp(), Immediate(value.to_i32(), rmode)); in LoadConstant()
335 DCHECK(RelocInfo::IsNoInfo(rmode)); in LoadConstant()
328 LoadConstant(LiftoffRegister reg, WasmValue value, RelocInfo::Mode rmode) LoadConstant() argument
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h579 RelocInfo::Mode rmode) { in LoadConstant()
582 TurboAssembler::Move(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant()
585 DCHECK(RelocInfo::IsNoInfo(rmode)); in LoadConstant()
578 LoadConstant(LiftoffRegister reg, WasmValue value, RelocInfo::Mode rmode) LoadConstant() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h419 RelocInfo::Mode rmode) { in LoadConstant()
422 TurboAssembler::li(reg.gp(), Operand(value.to_i32(), rmode)); in LoadConstant()
425 TurboAssembler::li(reg.gp(), Operand(value.to_i64(), rmode)); in LoadConstant()
418 LoadConstant(LiftoffRegister reg, WasmValue value, RelocInfo::Mode rmode) LoadConstant() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1135 if (RelocInfo::IsGCRelocMode(it.rinfo()->rmode())) { in CodeVerify()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h698 RelocInfo::Mode rmode = RelocInfo::NO_INFO);
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1727 static const char* rmode[] = {"0b00 (Round to Nearest)", in Simulator() local
1731 VIXL_ASSERT(ReadFpcr().GetRMode() < ArrayLength(rmode)); in Simulator()
1739 rmode[ReadFpcr().GetRMode()], in Simulator()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1262 DCHECK(RelocInfo::IsEmbeddedObjectMode(it.rinfo()->rmode())); in RegisterWeakObjectsInOptimizedCode()

Completed in 77 milliseconds

12345