Home
last modified time | relevance | path

Searched defs:Lwu (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/regexp/riscv64/
Dregexp-macro-assembler-riscv64.cc1062 __ Lwu(a0, MemOperand(code_pointer(), cp_offset)); in PushBacktrack() local
1065 __ Lwu(a0, MemOperand(a0, 0)); in PushBacktrack() local
1344 __ Lwu(current_character(), MemOperand(kScratchReg)); in LoadCurrentCharacterUnchecked() local
1357 __ Lwu(current_character(), MemOperand(kScratchReg)); in LoadCurrentCharacterUnchecked() local
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc1083 __ Lwu(a0, MemOperand(code_pointer(), cp_offset)); in PushBacktrack() local
1086 __ Lwu(a0, MemOperand(a0, 0)); in PushBacktrack() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc187 __ Lwu(func_info, in Generate_JSConstructStubGeneric() local
2371 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() local
2383 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() local
2648 __ Lwu(a4, FieldMemOperand(a4, SharedFunctionInfo::kFlagsOffset)); in Generate_ConstructFunction() local
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc1611 __ Lwu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1973 __ Lwu(kScratchReg, i.MemoryOperand()); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1642 __ Lwu(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1844 __ Lwu(kScratchReg, i.MemoryOperand()); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc2255 __ Lwu(a3, FieldMemOperand(a2, SharedFunctionInfo::kFlagsOffset)); in Generate_CallFunction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dmacro-assembler-mips64.cc1420 void TurboAssembler::Lwu(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dmacro-assembler-riscv64.cc1403 void TurboAssembler::Lwu(Register rd, const MemOperand& rs) { in Lwu() function in v8::internal::TurboAssembler