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

  /external/chromium_org/v8/src/x64/
regexp-macro-assembler-x64.cc 146 __ addp(register_location(reg), Immediate(by));
749 __ movp(register_location(i), rax); // One write every page.
785 __ movp(register_location(i), rax);
811 __ movp(rax, register_location(i));
1281 Operand RegExpMacroAssemblerX64::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerX64
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 149 __ ldr(r0, register_location(reg));
151 __ str(r0, register_location(reg));
229 __ ldr(r0, register_location(start_reg)); // Index of start of capture
230 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
340 __ ldr(r0, register_location(start_reg));
341 __ ldr(r1, register_location(start_reg + 1));
685 __ str(r0, register_location(i));
718 __ ldr(r2, register_location(i));
719 __ ldr(r3, register_location(i + 1));
865 __ ldr(r0, register_location(reg))
1143 MemOperand RegExpMacroAssemblerARM::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerARM
    [all...]
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.cc 130 __ add(register_location(reg), Immediate(by));
205 __ mov(edx, register_location(start_reg)); // Index of start of capture
206 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
346 __ mov(edx, register_location(start_reg));
347 __ mov(eax, register_location(start_reg + 1));
700 __ mov(register_location(i), eax); // One write every page.
732 __ mov(register_location(i), eax);
758 __ mov(eax, register_location(i));
920 __ cmp(register_location(reg), Immediate(comparand));
928 __ cmp(register_location(reg), Immediate(comparand))
1175 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerIA32
    [all...]
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 155 __ lw(a0, register_location(reg));
157 __ sw(a0, register_location(reg));
232 __ lw(a0, register_location(start_reg)); // Index of start of capture.
233 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture.
351 __ lw(a0, register_location(start_reg));
352 __ lw(a1, register_location(start_reg + 1));
680 __ sw(a0, register_location(i));
714 __ lw(a2, register_location(i));
715 __ lw(a3, register_location(i + 1));
881 __ lw(a0, register_location(reg))
1202 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
    [all...]
  /external/chromium_org/v8/src/mips64/
regexp-macro-assembler-mips64.cc 191 __ ld(a0, register_location(reg));
193 __ sd(a0, register_location(reg));
268 __ ld(a0, register_location(start_reg)); // Index of start of capture.
269 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture.
387 __ ld(a0, register_location(start_reg));
388 __ ld(a1, register_location(start_reg + 1));
725 __ sd(a0, register_location(i));
759 __ ld(a2, register_location(i));
760 __ ld(a3, register_location(i + 1));
1248 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
    [all...]
  /external/chromium_org/v8/src/x87/
regexp-macro-assembler-x87.cc 129 __ add(register_location(reg), Immediate(by));
204 __ mov(edx, register_location(start_reg)); // Index of start of capture
205 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
345 __ mov(edx, register_location(start_reg));
346 __ mov(eax, register_location(start_reg + 1));
699 __ mov(register_location(i), eax); // One write every page.
731 __ mov(register_location(i), eax);
757 __ mov(eax, register_location(i));
919 __ cmp(register_location(reg), Immediate(comparand));
927 __ cmp(register_location(reg), Immediate(comparand))
1174 Operand RegExpMacroAssemblerX87::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerX87
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 170 __ Ldr(w10, register_location(reg));
172 __ Str(w10, register_location(reg));
1620 MemOperand RegExpMacroAssemblerARM64::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerARM64
    [all...]

Completed in 377 milliseconds