Searched defs:insert_w (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1728 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction() local 1763 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction() local 2444 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local 2608 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local 2610 __ insert_w(dst, 1, kScratchReg); in AssembleArchInstruction() local 2612 __ insert_w(dst, 2, kScratchReg); in AssembleArchInstruction() local 2614 __ insert_w(dst, 3, kScratchReg); in AssembleArchInstruction() local
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1938 __ insert_w(dst, i.InputInt8(1), i.InputRegister(2)); in AssembleArchInstruction() local 1973 __ insert_w(dst, i.InputInt8(1), kScratchReg); in AssembleArchInstruction() local 2653 __ insert_w(dst, 0, kScratchReg); in AssembleArchInstruction() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 3665 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 3987 void Assembler::insert_w(MSARegister wd, uint32_t n, Register rs) { in insert_w() function in v8::internal::Assembler
|