Lines Matching refs:TempRegister

224   InstructionOperand temps[] = {g.TempRegister()};  in VisitROWithTemp()
335 InstructionOperand temps[] = {g.TempSimd128Register(), g.TempRegister()}; in VisitRROSimdShift()
346 InstructionOperand temps[] = {g.TempRegister(), g.TempSimd128Register()}; in VisitRROI8x16SimdShift()
506 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()}; in VisitStore()
680 InstructionOperand temps[] = {g.TempRegister()}; in VisitStackPointerGreaterThan()
731 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMulHigh()
739 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitDiv()
747 InstructionOperand temps[] = {g.TempRegister(eax)}; in VisitMod()
810 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairAdd()
836 InstructionOperand temps[] = {g.TempRegister()}; in VisitInt32PairSub()
864 InstructionOperand temps[] = {g.TempRegister(edx)}; in VisitInt32PairMul()
899 temps[temp_count++] = g.TempRegister(edx); in VisitWord32PairShift()
1148 InstructionOperand temps[] = {g.TempRegister()}; in VisitRoundUint32ToFloat32()
1155 InstructionOperand temps[] = {g.TempRegister(eax), g.TempRegister()}; in VisitFloat64Mod()
1163 InstructionOperand temps[] = {g.TempRegister()}; in VisitFloat32Max()
1171 InstructionOperand temps[] = {g.TempRegister()}; in VisitFloat64Max()
1179 InstructionOperand temps[] = {g.TempRegister()}; in VisitFloat32Min()
1187 InstructionOperand temps[] = {g.TempRegister()}; in VisitFloat64Min()
1219 InstructionOperand temps[] = {g.TempRegister()}; in EmitPrepareArguments()
1521 : g.TempRegister()}; in VisitAtomicBinOp()
1554 temps[temp_count++] = g.TempRegister(eax); in VisitPairAtomicBinOp()
1559 temps[temp_count++] = g.TempRegister(edx); in VisitPairAtomicBinOp()
1678 index_operand = g.TempRegister(); in VisitSwitch()
1985 InstructionOperand temps[] = {g.TempRegister(eax), g.TempRegister(edx)}; in VisitWord32AtomicPairStore()
2042 temps[temp_count++] = g.TempRegister(eax); in VisitWord32AtomicPairCompareExchange()
2047 temps[temp_count++] = g.TempRegister(edx); in VisitWord32AtomicPairCompareExchange()
2197 InstructionOperand temp(g.TempRegister()); in VisitS128Const()
2473 InstructionOperand temps[] = {g.TempRegister()}; \
2484 InstructionOperand temps[] = {g.TempRegister(), g.TempSimd128Register()}; \
2542 InstructionOperand temps[] = {g.TempRegister(), g.TempSimd128Register()}; in VisitI8x16Shl()
2565 InstructionOperand temps[] = {g.TempRegister(), g.TempSimd128Register()}; in VisitI8x16ShrU()
2838 temps[temp_count++] = g.TempRegister(); in VisitI8x16Shuffle()