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

/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc146 __ add(register_location(reg), Immediate(by));
301 __ mov(edx, register_location(start_reg)); // Index of start of capture
302 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
429 __ mov(edx, register_location(start_reg));
430 __ mov(eax, register_location(start_reg + 1));
488 __ mov(eax, register_location(reg1));
489 __ cmp(eax, register_location(reg2));
758 __ mov(register_location(i), eax); // One write every page.
791 __ mov(eax, register_location(i));
902 __ cmp(register_location(re
1155 Operand RegExpMacroAssemblerIA32::register_location(int register_index) { function in class:v8::internal::RegExpMacroAssemblerIA32
[all...]

Completed in 89 milliseconds