Home
last modified time | relevance | path

Searched defs:insert_d (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1853 __ insert_d(dst, 0, kScratchReg); in AssembleArchInstruction() local
2048 __ insert_d(dst, 0, kScratchReg); in AssembleArchInstruction() local
2050 __ insert_d(dst, 1, kScratchReg); in AssembleArchInstruction() local
2223 __ insert_d(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction() local
2309 __ insert_d(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction() local
3630 __ insert_d(dst, 0, kScratchReg); in AssembleArchInstruction() local
3632 __ insert_d(dst, 1, kScratchReg); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc3596 void Assembler::insert_d(MSARegister wd, uint32_t n, Register rs) { in insert_d() function in v8::internal::Assembler