Searched refs:kScratchReg2 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 23 #define kScratchReg2 kLithiumScratchReg2 macro 451 __ Move(at, kScratchReg2, i.OutputDoubleRegister()); \ 452 __ or_(at, at, kScratchReg2); \ 899 Register reg2 = kScratchReg2; in AssembleArchInstruction() 919 Register reg2 = kScratchReg2; in AssembleArchInstruction() 1121 __ mul(kScratchReg2, i.InputRegister(1), i.InputRegister(2)); in AssembleArchInstruction() 1123 __ Addu(i.OutputRegister(1), i.OutputRegister(1), kScratchReg2); in AssembleArchInstruction() 1366 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() 1367 __ Movn(i.OutputRegister(), kScratchReg, kScratchReg2); in AssembleArchInstruction()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 22 #define kScratchReg2 kLithiumScratchReg2 macro 1000 Register reg2 = kScratchReg2; in AssembleArchInstruction() 1020 Register reg2 = kScratchReg2; in AssembleArchInstruction() 1040 Register reg2 = kScratchReg2; in AssembleArchInstruction() 1084 Register reg2 = kScratchReg2; in AssembleArchInstruction() 1575 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() 1576 __ Movn(i.OutputRegister(), kScratchReg, kScratchReg2); in AssembleArchInstruction() 1582 Register result = kScratchReg2; in AssembleArchInstruction() 1610 Register result = kScratchReg2; in AssembleArchInstruction() 2516 Register temp_1 = kScratchReg2; in AssembleSwap()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 1464 Register kScratchReg2 = s4; in AddPair() local 1470 Sltu(kScratchReg2, dst_low, right_low); in AddPair() 1471 Or(kScratchReg, kScratchReg2, kScratchReg); in AddPair() 1640 Register kScratchReg2 = s4; in SarPair() local 1648 li(kScratchReg2, 0x1F); in SarPair() 1650 srav(dst_high, src_high, kScratchReg2); in SarPair() 1655 li(kScratchReg2, 0x1F); in SarPair() 1656 srav(dst_high, src_high, kScratchReg2); in SarPair()
|