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

1 2

  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 505 LUnallocated* LChunkBuilder::TempRegister() {
890 LOperand* temp1 = TempRegister();
891 LOperand* temp2 = TempRegister();
892 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
913 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
997 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
1002 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1003 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 664 LUnallocated* LChunkBuilder::TempRegister() {
972 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1022 LOperand* temp = TempRegister();
1032 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 670 LUnallocated* LChunkBuilder::TempRegister() {
988 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1040 LOperand* temp = TempRegister();
1050 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/compiler/
code-generator-impl.h 84 Register TempRegister(size_t index) {
instruction-selector-impl.h 163 InstructionOperand TempRegister() {
178 InstructionOperand TempRegister(Register reg) {
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 620 LUnallocated* LChunkBuilder::TempRegister() {
956 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 624 LUnallocated* LChunkBuilder::TempRegister() {
965 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 613 LUnallocated* LChunkBuilder::TempRegister() {
951 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 620 LUnallocated* LChunkBuilder::TempRegister() {
956 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 648 LUnallocated* LChunkBuilder::TempRegister() {
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 164 InstructionOperand addr_reg = g.TempRegister();
209 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
244 InstructionOperand addr_reg = g.TempRegister();
435 InstructionOperand temp = g.TempRegister();
444 InstructionOperand temp = g.TempRegister();
    [all...]
code-generator-mips.cc 616 Register scratch0 = i.TempRegister(0);
617 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 423 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
842 InstructionOperand const smull_operand = g.TempRegister();
893 InstructionOperand const smull_operand = g.TempRegister();
    [all...]
code-generator-arm64.cc 621 Register scratch0 = i.TempRegister(0);
622 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 171 InstructionOperand addr_reg = g.TempRegister();
216 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
253 InstructionOperand addr_reg = g.TempRegister();
623 InstructionOperand temp = g.TempRegister();
632 InstructionOperand temp = g.TempRegister();
683 InstructionOperand temp = g.TempRegister();
692 InstructionOperand temp = g.TempRegister();
    [all...]
code-generator-mips64.cc 626 Register scratch0 = i.TempRegister(0);
627 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 252 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
519 InstructionOperand temps[] = {g.TempRegister(edx)};
814 InstructionOperand temps[] = {g.TempRegister(eax)};
915 InstructionOperand temps[] = {g.TempRegister()};
    [all...]
code-generator-ia32.cc 425 __ PrepareCallCFunction(num_parameters, i.TempRegister(0));
491 Register scratch0 = i.TempRegister(0);
492 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc 213 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
480 InstructionOperand temps[] = {g.TempRegister(edx)};
787 InstructionOperand temps[] = {g.TempRegister(eax)};
922 InstructionOperand temps[] = {g.TempRegister()};
    [all...]
code-generator-x87.cc 477 __ PrepareCallCFunction(num_parameters, i.TempRegister(0));
579 Register scratch0 = i.TempRegister(0);
580 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 193 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
746 InstructionOperand temps[] = {g.TempRegister(rdx)};
    [all...]
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 286 InstructionOperand div_operand = g.TempRegister();
296 InstructionOperand mul_operand = g.TempRegister();
380 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
892 InstructionOperand outputs[] = {g.TempRegister(), g.DefineAsRegister(node)};
    [all...]
code-generator-arm.cc 527 Register scratch0 = i.TempRegister(0);
528 Register scratch1 = i.TempRegister(1);
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 255 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
    [all...]

Completed in 86 milliseconds

1 2