Home
last modified time | relevance | path

Searched refs:tempFPReg1 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc2857 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local
2862 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction()
2863 __ vsubudm(i.OutputSimd128Register(), tempFPReg1, kScratchSimd128Reg); in AssembleArchInstruction()
2867 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local
2872 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction()
2873 __ vsubuwm(i.OutputSimd128Register(), tempFPReg1, kScratchSimd128Reg); in AssembleArchInstruction()
2877 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); in AssembleArchInstruction() local
2879 __ vnor(tempFPReg1, i.InputSimd128Register(0), i.InputSimd128Register(0)); in AssembleArchInstruction()
2880 __ vadduhm(i.OutputSimd128Register(), kScratchSimd128Reg, tempFPReg1); in AssembleArchInstruction()
2884 Simd128Register tempFPReg1 in AssembleArchInstruction() local
2894 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
2901 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
3141 tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
3597 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
3605 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
3614 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
3622 Simd128Register tempFPReg1 = i.ToSimd128Register(instr->TempAt(0)); AssembleArchInstruction() local
[all...]

Completed in 4 milliseconds