Home | History | Annotate | Download | only in ia32

Lines Matching full:staticvariable

97   mov(scratch, Operand::StaticVariable(store_buffer));
103 mov(Operand::StaticVariable(store_buffer), scratch);
133 movdbl(scratch_reg, Operand::StaticVariable(zero_ref));
138 movdbl(scratch_reg, Operand::StaticVariable(half_ref));
464 movdbl(scratch2, Operand::StaticVariable(canonical_nan_reference));
466 fld_d(Operand::StaticVariable(canonical_nan_reference));
669 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
670 mov(Operand::StaticVariable(context_address), esi);
747 mov(esi, Operand::StaticVariable(context_address));
749 mov(Operand::StaticVariable(context_address), Immediate(0));
755 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0));
798 push(Operand::StaticVariable(handler_address));
800 mov(Operand::StaticVariable(handler_address), esp);
807 pop(Operand::StaticVariable(handler_address));
840 mov(esp, Operand::StaticVariable(handler_address));
842 pop(Operand::StaticVariable(handler_address));
880 mov(esp, Operand::StaticVariable(handler_address));
895 pop(Operand::StaticVariable(handler_address));
1108 cmp(result, Operand::StaticVariable(new_space_allocation_top));
1116 mov(result, Operand::StaticVariable(new_space_allocation_top));
1136 mov(Operand::StaticVariable(new_space_allocation_top), result_end);
1179 cmp(top_reg, Operand::StaticVariable(new_space_allocation_limit));
1233 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit));
1278 cmp(result_end, Operand::StaticVariable(new_space_allocation_limit));
1298 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1301 mov(Operand::StaticVariable(new_space_allocation_top), object);
1824 mov(ebx, Operand::StaticVariable(next_address));
1825 mov(edi, Operand::StaticVariable(limit_address));
1826 add(Operand::StaticVariable(level_address), Immediate(1));
1851 mov(Operand::StaticVariable(next_address), ebx);
1852 sub(Operand::StaticVariable(level_address), Immediate(1));
1854 cmp(edi, Operand::StaticVariable(limit_address));
1861 cmp(Operand::StaticVariable(scheduled_exception_address),
1878 mov(Operand::StaticVariable(limit_address), edi);
2305 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value));
2313 Operand operand = Operand::StaticVariable(ExternalReference(counter));
2326 Operand operand = Operand::StaticVariable(ExternalReference(counter));