/third_party/node/deps/v8/src/regexp/riscv64/ |
H A D | regexp-macro-assembler-riscv64.cc | 1062 __ Lwu(a0, MemOperand(code_pointer(), cp_offset)); in PushBacktrack() 1065 __ Lwu(a0, MemOperand(a0, 0)); in PushBacktrack() 1344 __ Lwu(current_character(), MemOperand(kScratchReg)); in LoadCurrentCharacterUnchecked() 1357 __ Lwu(current_character(), MemOperand(kScratchReg)); in LoadCurrentCharacterUnchecked()
|
/third_party/node/deps/v8/src/regexp/mips64/ |
H A D | regexp-macro-assembler-mips64.cc | 1083 __ Lwu(a0, MemOperand(code_pointer(), cp_offset)); in PushBacktrack() 1086 __ Lwu(a0, MemOperand(a0, 0)); in PushBacktrack()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 187 __ Lwu(func_info, in Generate_JSConstructStubGeneric() 2371 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() 2383 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() 2648 __ Lwu(a4, FieldMemOperand(a4, SharedFunctionInfo::kFlagsOffset)); in Generate_ConstructFunction()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 1301 Lwu(rd, rs); in LoadWordPair() 1403 void TurboAssembler::Lwu(Register rd, const MemOperand& rs) { in Lwu() function in v8::internal::TurboAssembler 4006 Lwu(kScratchReg2, src); in LoadLane() 5098 Lwu(destination, field_operand); in DecompressTaggedSigned() 5109 Lwu(destination, field_operand); in DecompressTaggedPointer() 5123 Lwu(destination, field_operand); in DecompressAnyTagged()
|
H A D | macro-assembler-riscv64.h | 660 void Lwu(Register rd, const MemOperand& rs);
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 1151 Lwu(rd, rs); in CallRecordWriteStub() 1302 Lwu(rd, rs); in CallRecordWriteStub() 1420 void TurboAssembler::Lwu(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler 2628 Lwu(scratch, src); in CallRecordWriteStub()
|
H A D | macro-assembler-mips64.h | 662 void Lwu(Register rd, const MemOperand& rs);
|
/third_party/node/deps/v8/src/wasm/baseline/mips64/ |
H A D | liftoff-assembler-mips64.h | 659 Lwu(dst.gp(), src_op); in AtomicLoad() 2058 Lwu(scratch, src_op); in LoadTransform()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 1642 __ Lwu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() 1844 __ Lwu(kScratchReg, i.MemoryOperand()); in AssembleArchInstruction() 1889 ASSEMBLE_ATOMIC_LOAD_INTEGER(Lwu); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 545 TurboAssembler::Lwu(dst.gp(), src_op); in Load() 1776 Lwu(scratch, src_op); in LoadTransform() 1829 Lwu(scratch, src_op); in LoadLane()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 1611 __ Lwu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() 1973 __ Lwu(kScratchReg, i.MemoryOperand()); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 2255 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction()
|