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

  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 504 LUnallocated* LChunkBuilder::TempRegister() {
893 LOperand* temp1 = TempRegister();
894 LOperand* temp2 = TempRegister();
895 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
916 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
1000 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
1005 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1006 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
    [all...]
lithium-arm64.h     [all...]
  /external/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 107 InstructionOperand* temps[] = {g.TempRegister(ecx), g.TempRegister(edx)};
318 InstructionOperand* temps[] = {g.TempRegister(edx)};
339 InstructionOperand* temps[] = {g.TempRegister(eax), g.TempRegister(edx)};
413 InstructionOperand* temps[] = {g.TempRegister(eax)};
  /external/chromium_org/v8/src/compiler/
code-generator-impl.h 83 Register TempRegister(int index) { return ToRegister(instr_->TempAt(index)); }
instruction-selector-impl.h 103 InstructionOperand* TempRegister() {
120 InstructionOperand* TempRegister(Register reg) {
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 665 LUnallocated* LChunkBuilder::TempRegister() {
979 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1037 LOperand* temp = TempRegister();
    [all...]
lithium-ia32.h     [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 671 LUnallocated* LChunkBuilder::TempRegister() {
996 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
1056 LOperand* temp = TempRegister();
    [all...]
lithium-x87.h     [all...]
  /external/chromium_org/v8/src/compiler/x64/
instruction-selector-x64.cc 18 InstructionOperand* TempRegister(Register reg) {
120 InstructionOperand* temps[] = {g.TempRegister(rcx), g.TempRegister(rdx)};
424 InstructionOperand* temps[] = {g.TempRegister(rdx)};
454 InstructionOperand* temps[] = {g.TempRegister(rax), g.TempRegister(rdx)};
555 InstructionOperand* temps[] = {g.TempRegister(rax)};
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 619 LUnallocated* LChunkBuilder::TempRegister() {
962 LOperand* temp = TempRegister();
    [all...]
lithium-mips.h     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 612 LUnallocated* LChunkBuilder::TempRegister() {
957 LOperand* temp = TempRegister();
    [all...]
lithium-arm.h     [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 619 LUnallocated* LChunkBuilder::TempRegister() {
962 LOperand* temp = TempRegister();
    [all...]
lithium-mips64.h     [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 647 LUnallocated* LChunkBuilder::TempRegister() {
    [all...]
lithium-x64.h     [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 338 InstructionOperand* temps[] = {g.TempRegister(r5), g.TempRegister(r6)};
659 InstructionOperand* div_operand = g.TempRegister();
670 InstructionOperand* mul_operand = g.TempRegister();
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64.cc 220 InstructionOperand* temps[] = {g.TempRegister(x11), g.TempRegister(x12)};

Completed in 172 milliseconds