Home
last modified time | relevance | path

Searched refs:Dror (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h479 DEFINE_INSTRUCTION(Dror)
H A Dmacro-assembler-mips64.cc1024 void TurboAssembler::Dror(Register rd, Register rs, const Operand& rt) { in CallRecordWriteStub() function in v8::internal::TurboAssembler
2059 Dror(dest, dest, pos); in CallRecordWriteStub()
2065 Dror(dest, dest, scratch); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h475 DEFINE_INSTRUCTION(Dror)
H A Dmacro-assembler-riscv64.cc986 void TurboAssembler::Dror(Register rd, Register rs, const Operand& rt) { in Dror() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1189 __ Dror(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1178 __ Dror(i.OutputRegister(), i.InputRegister(0), i.InputOperand(1)); in AssembleArchInstruction()

Completed in 31 milliseconds