Home
last modified time | relevance | path

Searched refs:smull_operand (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1115 InstructionOperand const smull_operand = g.TempRegister(); in VisitWord32Shr() local
1116 Emit(kArm64Umull, smull_operand, g.UseRegister(left->InputAt(0)), in VisitWord32Shr()
1118 Emit(kArm64Lsr, g.DefineAsRegister(node), smull_operand, in VisitWord32Shr()
1166 InstructionOperand const smull_operand = g.TempRegister(); in VisitWord32Sar() local
1167 Emit(kArm64Smull, smull_operand, g.UseRegister(left->InputAt(0)), in VisitWord32Sar()
1169 Emit(kArm64Asr, g.DefineAsRegister(node), smull_operand, in VisitWord32Sar()
1187 InstructionOperand const smull_operand = g.TempRegister(); in VisitWord32Sar() local
1188 Emit(kArm64Smull, smull_operand, g.UseRegister(mul_node->InputAt(0)), in VisitWord32Sar()
1193 add_operand, g.UseRegister(add_node->InputAt(1)), smull_operand, in VisitWord32Sar()
1474 InstructionOperand const smull_operand = g.TempRegister(); in VisitInt32MulHigh() local
[all …]