Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h638 void Ush(Register rd, const MemOperand& rs, Register scratch);
H A Dmacro-assembler-mips64.cc1244 void TurboAssembler::Ush(Register rd, const MemOperand& rs, Register scratch) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h664 void Ush(Register rd, const MemOperand& rs, Register scratch);
H A Dmacro-assembler-mips.cc1134 void TurboAssembler::Ush(Register rd, const MemOperand& rs, Register scratch) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h636 void Ush(Register rd, const MemOperand& rs);
H A Dmacro-assembler-riscv64.cc1287 void TurboAssembler::Ush(Register rd, const MemOperand& rs) { in Ush() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h684 TurboAssembler::Ush(src.gp(), dst_op, t8); in Store()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h612 TurboAssembler::Ush(src.gp(), dst_op, t8); in Store()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1633 __ Ush(i.InputOrZeroRegister(2), i.MemoryOperand(), kScratchReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc1537 __ Ush(i.InputOrZeroRegister(2), i.MemoryOperand(), kScratchReg); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1602 __ Ush(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.cpp2494 case Mips::Ush: in tryExpandInstruction()

Completed in 70 milliseconds