HomeSort by relevance Sort by last modified time
    Searched refs:UseFixed (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 421 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
482 : UseFixed(value, fixed_register);
675 right = UseFixed(right_value, ecx);
719 LOperand* context = UseFixed(instr->context(), esi);
720 LOperand* left_operand = UseFixed(left, edx);
721 LOperand* right_operand = UseFixed(right, eax);
967 LOperand* function = UseFixed(instr->function(), edi);
968 LOperand* receiver = UseFixed(instr->receiver(), eax);
969 LOperand* length = UseFixed(instr->length(), ebx);
970 LOperand* elements = UseFixed(instr->elements(), ecx)
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 432 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
488 : UseFixed(value, fixed_register);
673 right = UseFixed(right_value, ecx);
716 LOperand* context = UseFixed(instr->context(), esi);
717 LOperand* left_operand = UseFixed(left, edx);
718 LOperand* right_operand = UseFixed(right, eax);
984 LOperand* function = UseFixed(instr->function(), edi);
985 LOperand* receiver = UseFixed(instr->receiver(), eax);
986 LOperand* length = UseFixed(instr->length(), ebx);
987 LOperand* elements = UseFixed(instr->elements(), ecx)
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 420 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
669 right = UseFixed(right_value, rcx);
713 LOperand* context = UseFixed(instr->context(), rsi);
714 LOperand* left_operand = UseFixed(left, rdx);
715 LOperand* right_operand = UseFixed(right, rax);
955 LOperand* function = UseFixed(instr->function(), rdi);
956 LOperand* receiver = UseFixed(instr->receiver(), rax);
957 LOperand* length = UseFixed(instr->length(), rbx);
958 LOperand* elements = UseFixed(instr->elements(), rcx);
1013 LOperand* context = UseFixed(instr->context(), rsi)
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 333 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
753 LOperand* context = UseFixed(instr->context(), cp);
754 LOperand* left_operand = UseFixed(left, x1);
755 LOperand* right_operand = UseFixed(right, x0);
836 LOperand* function = UseFixed(instr->function(), x1);
837 LOperand* receiver = UseFixed(instr->receiver(), x0);
838 LOperand* length = UseFixed(instr->length(), x2);
839 LOperand* elements = UseFixed(instr->elements(), x3);
968 LOperand* op = UseFixed(instr->OperandAt(1), cp);
973 op = UseFixed(instr->OperandAt
    [all...]
lithium-arm64.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 392 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
686 LOperand* context = UseFixed(instr->context(), cp);
687 LOperand* left_operand = UseFixed(left, r1);
688 LOperand* right_operand = UseFixed(right, r0);
930 LOperand* function = UseFixed(instr->function(), r1);
931 LOperand* receiver = UseFixed(instr->receiver(), r0);
932 LOperand* length = UseFixed(instr->length(), r2);
933 LOperand* elements = UseFixed(instr->elements(), r3);
988 LOperand* context = UseFixed(instr->context(), cp);
1005 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 399 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
696 LOperand* context = UseFixed(instr->context(), cp);
697 LOperand* left_operand = UseFixed(left, a1);
698 LOperand* right_operand = UseFixed(right, a0);
935 LOperand* function = UseFixed(instr->function(), a1);
936 LOperand* receiver = UseFixed(instr->receiver(), a0);
937 LOperand* length = UseFixed(instr->length(), a2);
938 LOperand* elements = UseFixed(instr->elements(), a3);
993 LOperand* context = UseFixed(instr->context(), cp);
1010 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 399 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
696 LOperand* context = UseFixed(instr->context(), cp);
697 LOperand* left_operand = UseFixed(left, a1);
698 LOperand* right_operand = UseFixed(right, a0);
935 LOperand* function = UseFixed(instr->function(), a1);
936 LOperand* receiver = UseFixed(instr->receiver(), a0);
937 LOperand* length = UseFixed(instr->length(), a2);
938 LOperand* elements = UseFixed(instr->elements(), a3);
993 LOperand* context = UseFixed(instr->context(), cp);
1010 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
lithium-mips64.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 405 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
701 LOperand* context = UseFixed(instr->context(), cp);
702 LOperand* left_operand = UseFixed(left, r4);
703 LOperand* right_operand = UseFixed(right, r3);
945 LOperand* function = UseFixed(instr->function(), r4);
946 LOperand* receiver = UseFixed(instr->receiver(), r3);
947 LOperand* length = UseFixed(instr->length(), r5);
948 LOperand* elements = UseFixed(instr->elements(), r6);
1000 LOperand* context = UseFixed(instr->context(), cp);
1016 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
lithium-ppc.h     [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 369 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
634 LOperand* context = UseFixed(instr->context(), cp);
635 LOperand* left_operand = UseFixed(left, r3);
636 LOperand* right_operand = UseFixed(right, r2);
865 LOperand* function = UseFixed(instr->function(), r3);
866 LOperand* receiver = UseFixed(instr->receiver(), r2);
867 LOperand* length = UseFixed(instr->length(), r4);
868 LOperand* elements = UseFixed(instr->elements(), r5);
914 LOperand* context = UseFixed(instr->context(), cp);
929 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 22 return UseFixed(node, edx);
545 g.UseFixed(right, ecx));
557 opcode, g.DefineAsFixed(node, edx), g.UseFixed(node->InputAt(0), eax),
566 g.UseFixed(node->InputAt(0), eax),
575 g.UseFixed(node->InputAt(0), eax),
684 g.UseFixed(node->InputAt(3), ecx)};
710 shift_operand = g.UseFixed(shift, ecx);
712 InstructionOperand inputs[] = {g.UseFixed(node->InputAt(0), eax),
713 g.UseFixed(node->InputAt(1), edx),
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 130 InstructionOperand UseFixed(Node* node, Register reg) {
136 InstructionOperand UseFixed(Node* node, FPRegType reg) {
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 22 return UseFixed(node, edx);
632 g.UseFixed(right, ecx));
644 opcode, g.DefineAsFixed(node, edx), g.UseFixed(node->InputAt(0), eax),
653 g.UseFixed(node->InputAt(0), eax),
662 g.UseFixed(node->InputAt(0), eax),
771 g.UseFixed(node->InputAt(3), ecx)};
797 shift_operand = g.UseFixed(shift, ecx);
799 InstructionOperand inputs[] = {g.UseFixed(node->InputAt(0), eax),
800 g.UseFixed(node->InputAt(1), edx),
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 638 g.UseFixed(right, rcx));
663 g.UseFixed(right, rcx));
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc     [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc     [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc     [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc     [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc     [all...]

Completed in 1929 milliseconds

1 2