Searched defs:register_location (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/x64/
H A Dregexp-macro-assembler-x64.cc146 __ 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));
995 __ cmpp(register_location(reg), Immediate(comparand));
1003 __ cmpp(register_location(reg), Immediate(comparand));
1010 __ cmpp(rdi, register_location(reg));
1041 __ movp(register_location(register_index), rax);
1058 __ movp(rax, register_location(register_index));
1069 __ movq(rdi, register_location(re
1281 Operand RegExpMacroAssemblerX64::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerX64
[all...]
/external/lldb/source/Symbol/
H A DUnwindPlan.cpp199 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) argument
213 m_register_locations[reg_num] = register_location;
/external/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc149 __ 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(re
1143 MemOperand RegExpMacroAssemblerARM::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerARM
[all...]
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc130 __ 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(re
1175 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerIA32
[all...]
/external/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc155 __ 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(re
1202 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
[all...]
/external/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc191 __ 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));
927 __ ld(a0, register_location(re
1248 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) { function in class:RegExpMacroAssemblerMIPS
[all...]
/external/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc129 __ 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(re
1174 Operand RegExpMacroAssemblerX87::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerX87
[all...]
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc394 MDLocationDescriptor *register_location) {
398 return WriteContextARM(state, register_location);
402 return WriteContextARM64(state, register_location);
406 return WriteContextPPC(state, register_location);
408 return WriteContextPPC64(state, register_location);
412 return WriteContextX86(state, register_location);
414 return WriteContextX86_64(state, register_location);
468 MDLocationDescriptor *register_location)
477 *register_location = context.location();
526 MDLocationDescriptor *register_location)
393 WriteContext(breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
467 WriteContextARM(breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
525 WriteContextARM64(breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
616 WriteContextPPC(breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
682 WriteContextPPC64( breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
785 WriteContextX86(breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
825 WriteContextX86_64( breakpad_thread_state_data_t state, MDLocationDescriptor *register_location) argument
[all...]
/external/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc170 __ Ldr(w10, register_location(reg));
172 __ Str(w10, register_location(reg));
1144 __ Ldr(current_input_offset(), register_location(reg));
1547 __ Ldr(maybe_result, register_location(register_index));
1579 __ Str(source, register_location(register_index));
1620 MemOperand RegExpMacroAssemblerARM64::register_location(int register_index) { function in class:v8::RegExpMacroAssemblerARM64

Completed in 241 milliseconds