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

  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.cc 148 __ ldr(r0, register_location(reg));
150 __ str(r0, register_location(reg));
228 __ ldr(r0, register_location(start_reg)); // Index of start of capture
229 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
339 __ ldr(r0, register_location(start_reg));
340 __ ldr(r1, register_location(start_reg + 1));
684 __ str(r0, register_location(i));
717 __ ldr(r2, register_location(i));
718 __ ldr(r3, register_location(i + 1));
864 __ ldr(r0, register_location(reg))
1142 MemOperand RegExpMacroAssemblerARM::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerARM
    [all...]
regexp-macro-assembler-arm.h 145 MemOperand register_location(int register_index);
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.cc 154 __ lw(a0, register_location(reg));
156 __ sw(a0, register_location(reg));
231 __ lw(a0, register_location(start_reg)); // Index of start of capture.
232 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture.
350 __ lw(a0, register_location(start_reg));
351 __ lw(a1, register_location(start_reg + 1));
679 __ sw(a0, register_location(i));
713 __ lw(a2, register_location(i));
714 __ lw(a3, register_location(i + 1));
880 __ lw(a0, register_location(reg))
1201 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
    [all...]
regexp-macro-assembler-mips.h 147 MemOperand register_location(int register_index);
  /external/chromium_org/v8/src/ia32/
regexp-macro-assembler-ia32.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 RegExpMacroAssemblerIA32::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerIA32
    [all...]
regexp-macro-assembler-ia32.h 139 Operand register_location(int register_index);
  /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...]
regexp-macro-assembler-x87.h 139 Operand register_location(int register_index);
  /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...]
regexp-macro-assembler-x64.h 197 Operand register_location(int register_index);
  /external/lldb/source/Symbol/
UnwindPlan.cpp 199 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_location) const
204 register_location = pos->second;
211 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation register_location)
213 m_register_locations[reg_num] = register_location;
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 255 GetRegisterInfo (uint32_t reg_num, RegisterLocation& register_location) const;
258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 169 __ Ldr(w10, register_location(reg));
171 __ Str(w10, register_location(reg));
1625 MemOperand RegExpMacroAssemblerARM64::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerARM64
    [all...]
regexp-macro-assembler-arm64.h 154 MemOperand register_location(int register_index);

Completed in 2163 milliseconds