Home
last modified time | relevance | path

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

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc755 InstructionOperand value_operand; in EmitBic() local
757 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { in EmitBic()
759 value_operand, shift_operand); in EmitBic()
881 InstructionOperand value_operand; in VisitWord32Xor() local
883 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand, in VisitWord32Xor()
885 Emit(opcode, g.DefineAsRegister(node), value_operand, shift_operand); in VisitWord32Xor()
1913 InstructionOperand const value_operand = g.UseRegister(value); in VisitWordCompareZero() local
1915 selector->Emit(opcode, g.NoOutput(), value_operand, value_operand, in VisitWordCompareZero()
1918 selector->EmitDeoptimize(opcode, g.NoOutput(), value_operand, value_operand, in VisitWordCompareZero()
1921 selector->Emit(opcode, g.DefineAsRegister(cont->result()), value_operand, in VisitWordCompareZero()
[all …]
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc1596 InstructionOperand const value_operand = g.UseRegister(value); in VisitWordCompareZero() local
1598 selector->Emit(opcode, g.NoOutput(), value_operand, g.TempImmediate(0), in VisitWordCompareZero()
1601 selector->EmitDeoptimize(opcode, g.NoOutput(), value_operand, in VisitWordCompareZero()
1605 selector->Emit(opcode, g.DefineAsRegister(cont->result()), value_operand, in VisitWordCompareZero()
1609 selector->Emit(opcode, g.NoOutput(), value_operand, g.TempImmediate(0), in VisitWordCompareZero()
1651 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
1662 InstructionOperand index_operand = value_operand; in VisitSwitch()
1665 Emit(kMipsSub, index_operand, value_operand, in VisitSwitch()
1673 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc483 InstructionOperand value_operand = in VisitCheckedStore() local
499 g.UseImmediate(length), value_operand, in VisitCheckedStore()
508 g.UseImmediate(length), value_operand, in VisitCheckedStore()
518 offset_operand, length_operand, value_operand, offset_operand, in VisitCheckedStore()
522 offset_operand, length_operand, value_operand, g.UseRegister(buffer), in VisitCheckedStore()
1513 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
1524 InstructionOperand index_operand = value_operand; in VisitSwitch()
1528 value_operand, g.TempImmediate(-sw.min_value)); in VisitSwitch()
1535 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc350 InstructionOperand value_operand = in VisitStore() local
352 inputs[input_count++] = value_operand; in VisitStore()
372 InstructionOperand value_operand = in VisitProtectedStore() local
374 inputs[input_count++] = value_operand; in VisitProtectedStore()
481 InstructionOperand value_operand = in VisitCheckedStore() local
492 value_operand); in VisitCheckedStore()
499 g.TempImmediate(0), length_operand, value_operand); in VisitCheckedStore()
2015 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
2030 value_operand, g.TempImmediate(-sw.min_value)); in VisitSwitch()
2033 Emit(kX64Movl, index_operand, value_operand); in VisitSwitch()
[all …]
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc420 InstructionOperand value_operand = in VisitCheckedStore() local
431 offset_operand, length_operand, value_operand, offset_operand, in VisitCheckedStore()
435 offset_operand, length_operand, value_operand, g.UseRegister(buffer), in VisitCheckedStore()
1622 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
1633 InstructionOperand index_operand = value_operand; in VisitSwitch()
1637 value_operand, g.TempImmediate(-sw.min_value)); in VisitSwitch()
1644 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2177 InstructionOperand const value_operand = g.UseRegister(value); in EmitWordCompareZero() local
2179 selector->Emit(opcode, g.NoOutput(), value_operand, g.TempImmediate(0), in EmitWordCompareZero()
2182 selector->EmitDeoptimize(opcode, g.NoOutput(), value_operand, in EmitWordCompareZero()
2186 selector->Emit(opcode, g.NoOutput(), value_operand, g.TempImmediate(0), in EmitWordCompareZero()
2189 selector->Emit(opcode, g.DefineAsRegister(cont->result()), value_operand, in EmitWordCompareZero()
2350 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
2361 InstructionOperand index_operand = value_operand; in VisitSwitch()
2364 Emit(kMips64Sub, index_operand, value_operand, in VisitSwitch()
2372 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc768 InstructionOperand value_operand = g.UseRegister(value); in VisitStore() local
769 inputs[input_count++] = value_operand; in VisitStore()
2258 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
2269 InstructionOperand index_operand = value_operand; in VisitSwitch()
2273 value_operand, g.TempImmediate(-sw.min_value)); in VisitSwitch()
2285 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/
Dinstruction-selector.h230 InstructionOperand& value_operand);
Dinstruction-selector.cc1762 InstructionOperand& value_operand) { in EmitLookupSwitch() argument
1766 inputs[0] = value_operand; in EmitLookupSwitch()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc1825 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
1836 InstructionOperand index_operand = value_operand; in VisitSwitch()
1839 Emit(kPPC_Sub, index_operand, value_operand, in VisitSwitch()
1847 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2383 InstructionOperand value_operand = g.UseRegister(node->InputAt(0)); in VisitSwitch() local
2394 InstructionOperand index_operand = value_operand; in VisitSwitch()
2397 Emit(kArm64Sub32, index_operand, value_operand, in VisitSwitch()
2405 return EmitLookupSwitch(sw, value_operand); in VisitSwitch()