Home | History | Annotate | Download | only in x87

Lines Matching refs:register_location

128     __ add(register_location(reg), Immediate(by));
192 __ mov(edx, register_location(start_reg)); // Index of start of capture
193 __ mov(ebx, register_location(start_reg + 1)); // Index of end of capture
279 __ add(edi, register_location(start_reg));
280 __ sub(edi, register_location(start_reg + 1));
358 __ mov(edx, register_location(start_reg));
359 __ mov(eax, register_location(start_reg + 1));
420 __ add(edi, register_location(start_reg));
421 __ sub(edi, register_location(start_reg + 1));
729 __ mov(register_location(i), eax); // One write every page.
761 __ mov(register_location(i), eax);
787 __ mov(eax, register_location(i));
952 __ cmp(register_location(reg), Immediate(comparand));
960 __ cmp(register_location(reg), Immediate(comparand));
967 __ cmp(edi, register_location(reg));
1001 __ mov(register_location(register_index), eax);
1018 __ mov(eax, register_location(register_index));
1025 __ mov(edi, register_location(reg));
1030 __ mov(backtrack_stackpointer(), register_location(reg));
1049 __ mov(register_location(register_index), Immediate(to));
1062 __ mov(register_location(reg), edi);
1065 __ mov(register_location(reg), eax);
1074 __ mov(register_location(reg), eax);
1082 __ mov(register_location(reg), eax);
1130 Operand RegExpMacroAssemblerX87::register_location(int register_index) {