Searched refs:tempFPReg2 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 3208 DoubleRegister tempFPReg2 = i.ToSimd128Register(instr->TempAt(1)); 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() 4061 Simd128Register tempFPReg2 = i.ToSimd128Register(instr->TempAt(1)); \ in AssembleArchInstruction() 4070 __ extract_low(tempFPReg2, src2, Condition(0), Condition(0), \ in AssembleArchInstruction() 4072 __ op(tempFPReg1, tempFPReg1, tempFPReg2, Condition(0), Condition(0), \ in AssembleArchInstruction() 4110 __ vx(tempFPReg2, tempFPReg2, tempFPReg2, Condition(0), Condition(0), in AssembleArchInstruction() 4112 __ vmx(kScratchDoubleReg, tempFPReg2, kScratchDoubleReg, Condition(0), in AssembleArchInstruction() 4114 __ vmx(tempFPReg1, tempFPReg2, tempFPReg1, Condition(0), Condition(0), in AssembleArchInstruction() 4161 __ vx(tempFPReg2, tempFPReg2, tempFPReg2, Condition(0), Condition(0), in AssembleArchInstruction() [all …]
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 2418 Simd128Register tempFPReg2 = i.ToSimd128Register(instr->TempAt(1)); in AssembleArchInstruction() local 2424 __ mtvsrd(tempFPReg2, ip); in AssembleArchInstruction() 2425 __ vspltb(tempFPReg2, tempFPReg2, Operand(7)); in AssembleArchInstruction() 2426 __ vsro(tempFPReg1, src0, tempFPReg2); in AssembleArchInstruction() 2427 __ vsro(tempFPReg2, src1, tempFPReg2); in AssembleArchInstruction() 2428 __ vpkudum(kScratchDoubleReg, tempFPReg2, tempFPReg1); in AssembleArchInstruction() 3233 tempFPReg2 = i.ToSimd128Register(instr->TempAt(1)); in AssembleArchInstruction() local 3236 __ xxspltib(tempFPReg2, Operand(31)); in AssembleArchInstruction() 3237 __ vminub(tempFPReg2, src1, tempFPReg2); in AssembleArchInstruction() 3249 __ vperm(dst, kScratchDoubleReg, tempFPReg1, tempFPReg2); in AssembleArchInstruction()
|