• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/JavaScriptCore-7600.1.17/assembler/

Lines Matching refs:move

64         move(TrustedImmPtr(address.m_ptr), scratchRegister);
70 move(TrustedImmPtr(address.m_ptr), scratchRegister);
76 move(TrustedImmPtr(address.m_ptr), scratchRegister);
82 move(TrustedImmPtr(address.m_ptr), scratchRegister);
88 move(TrustedImmPtr(address.m_ptr), scratchRegister);
94 move(TrustedImmPtr(address.m_ptr), scratchRegister);
100 move(TrustedImmPtr(address), dest);
109 move(TrustedImmPtr(address), dest);
116 move(TrustedImmPtr(address.m_ptr), scratchRegister);
122 move(imm, scratchRegister);
128 move(TrustedImmPtr(address), scratchRegister);
137 move(TrustedImmPtr(address), scratchRegister);
144 move(TrustedImmPtr(address), scratchRegister);
150 move(TrustedImmPtr(address), scratchRegister);
176 move(X86Registers::esp, X86Registers::ecx);
229 move(TrustedImmPtr(address.m_ptr), scratchRegister);
252 move(TrustedImmPtr(dest.m_ptr), scratchRegister);
269 move(TrustedImmPtr(src.m_ptr), scratchRegister);
286 move(imm, scratchRegister);
303 move(TrustedImmPtr(address.m_ptr), scratchRegister);
324 move(imm, scratchRegister);
355 move(imm, scratchRegister);
367 move(op1, dest);
371 move(op2, dest);
378 move(src, dest);
405 move(imm, scratchRegister);
440 move(TrustedImmPtr(address), dest);
474 move(TrustedImmPtr(address), scratchRegister);
484 move(imm, scratchRegister);
491 move(imm, scratchRegister);
541 move(right, scratchRegister);
553 move(TrustedImmPtr(left.m_ptr), scratchRegister);
565 move(right, scratchRegister);
582 move(right, scratchRegister);
686 move(src1, dest);
698 move(TrustedImm32(reason), X86Registers::r11);
704 move(TrustedImm64(misc), X86Registers::r10);
759 MacroAssemblerX86Common::move(TrustedImmPtr(left.m_ptr), scratchRegister);
767 MacroAssemblerX86Common::move(addr, scratchRegister);
773 MacroAssemblerX86Common::move(TrustedImmPtr(address.m_ptr), scratchRegister);
937 move(trustedImm64FromPtr(arg2), RegisterID::eax);
939 move(trustedImm64FromPtr(arg1), RegisterID::eax);
941 move(trustedImm64FromPtr(function), RegisterID::eax);
943 move(trustedImm64FromPtr(ctiMasmProbeTrampoline), RegisterID::eax);