Home
last modified time | relevance | path

Searched defs:insert_w (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc2005 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction() local
2105 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
2106 __ insert_w(dst, 2, kScratchReg); in AssembleArchInstruction() local
2108 __ insert_w(dst, 1, kScratchReg); in AssembleArchInstruction() local
2109 __ insert_w(dst, 3, kScratchReg); in AssembleArchInstruction() local
2129 __ insert_w(dst, i.InputInt8(1) * 2, kScratchReg); in AssembleArchInstruction() local
2131 __ insert_w(dst, i.InputInt8(1) * 2 + 1, kScratchReg); in AssembleArchInstruction() local
2388 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction() local
3292 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
3456 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
[all …]
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1845 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
2083 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction() local
2489 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction() local
3462 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc3380 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc3592 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler