HomeSort by relevance Sort by last modified time
    Searched defs:shift_operand (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 756 InstructionOperand shift_operand; local
757 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) {
759 value_operand, shift_operand);
882 InstructionOperand shift_operand; local
1083 InstructionOperand shift_operand; local
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 793 InstructionOperand shift_operand; local
795 shift_operand = g.UseImmediate(shift);
797 shift_operand = g.UseFixed(shift, ecx);
801 shift_operand};
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 588 InstructionOperand shift_operand; local
590 shift_operand = g.UseImmediate(m.node());
592 shift_operand = g.UseUniqueRegister(m.node());
599 shift_operand};
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 898 InstructionOperand shift_operand; local
900 shift_operand = g.UseImmediate(m.node());
902 shift_operand = g.UseUniqueRegister(m.node());
907 shift_operand};
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 706 InstructionOperand shift_operand; local
708 shift_operand = g.UseImmediate(shift);
710 shift_operand = g.UseFixed(shift, ecx);
714 shift_operand};
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 1173 InstructionOperand shift_operand; local
    [all...]

Completed in 445 milliseconds