Searched refs:tempFPReg1 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 3207 DoubleRegister tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 3211 FLOAT_ADD_HORIZ(src1, src0, tempFPReg2, tempFPReg1, kScratchDoubleReg, in AssembleArchInstruction() 3214 FLOAT_ADD_HORIZ(src0, src1, tempFPReg1, tempFPReg2, dst, in AssembleArchInstruction() 3768 DoubleRegister tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 3769 __ vfsq(tempFPReg1, i.InputSimd128Register(0), Condition(0), Condition(0), in AssembleArchInstruction() 3778 __ vfd(i.OutputSimd128Register(), kScratchDoubleReg, tempFPReg1, in AssembleArchInstruction() 3914 __ MovIntToFloat(tempFPReg1, kScratchReg); \ in AssembleArchInstruction() 3915 __ convert(kScratchReg, tempFPReg1, kRoundToZero); \ in AssembleArchInstruction() 3921 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 3934 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local [all …]
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 2417 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 2426 __ vsro(tempFPReg1, src0, tempFPReg2); in AssembleArchInstruction() 2428 __ vpkudum(kScratchDoubleReg, tempFPReg2, tempFPReg1); in AssembleArchInstruction() 2949 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 2962 __ vnor(tempFPReg1, i.InputSimd128Register(0), i.InputSimd128Register(0)); in AssembleArchInstruction() 2963 __ vaddudm(i.OutputSimd128Register(), tempFPReg1, kScratchDoubleReg); in AssembleArchInstruction() 2967 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local 2971 __ vnor(tempFPReg1, i.InputSimd128Register(0), i.InputSimd128Register(0)); in AssembleArchInstruction() 2972 __ vadduwm(i.OutputSimd128Register(), kScratchDoubleReg, tempFPReg1); in AssembleArchInstruction() 2976 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local [all …]
|