Home
last modified time | relevance | path

Searched refs:Usw (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h125 assm->Usw(src.gp(), dst); in Store()
128 assm->Usw(src.low_gp(), in Store()
130 assm->Usw(src.high_gp(), in Store()
690 TurboAssembler::Usw(src.gp(), dst_op); in Store()
697 TurboAssembler::Usw(src.low_gp(), dst_op_lower); in Store()
698 TurboAssembler::Usw(src.high_gp(), dst_op_upper); in Store()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc1046 void TurboAssembler::Usw(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
1184 Usw(scratch, rs); in CallRecordWriteStub()
1212 Usw(scratch, MemOperand(rs.rm(), rs.offset() + Register::kMantissaOffset)); in CallRecordWriteStub()
1214 Usw(scratch, MemOperand(rs.rm(), rs.offset() + Register::kExponentOffset)); in CallRecordWriteStub()
H A Dmacro-assembler-mips.h667 void Usw(Register rd, const MemOperand& rs);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h642 void Usw(Register rd, const MemOperand& rs);
H A Dmacro-assembler-mips64.cc1159 void TurboAssembler::Usw(Register rd, const MemOperand& rs) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
1350 Usw(scratch, rs); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h640 void Usw(Register rd, const MemOperand& rs);
H A Dmacro-assembler-riscv64.cc1275 void TurboAssembler::Usw(Register rd, const MemOperand& rs) { in Usw() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h130 assm->Usw(src.gp(), dst); in Store()
616 TurboAssembler::Usw(src.gp(), dst_op); in Store()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1657 __ Usw(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1549 __ Usw(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1626 __ Usw(i.InputOrZeroRegister(2), i.MemoryOperand()); in AssembleArchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2497 case Mips::Usw: in tryExpandInstruction()

Completed in 86 milliseconds