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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h195 void addArgument(unsigned src, JIT::RegisterID scratchRegister) // src is a virtual register. argument
200 m_jit->load64(JIT::Address(JIT::callFrameRegister, src * sizeof(Register)), scratchRegister); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssembler.h1007 RegisterID scratchRegister = scratchRegisterForBlinding(); local
1008 loadXorBlindedConstant(xorBlindConstant(imm), scratchRegister); local
1043 RegisterID scratchRegister = scratchRegisterForBlinding(); local
1044 loadRotationBlindedConstant(rotationBlindConstant(right), scratchRegister); local
1053 RegisterID scratchRegister = scratchRegisterForBlinding(); local
1054 loadRotationBlindedConstant(rotationBlindConstant(imm), scratchRegister); local
1063 RegisterID scratchRegister local
1064 loadRotationBlindedConstant(rotationBlindConstant(imm), scratchRegister); local
1344 loadXorBlindedConstant(xorBlindConstant(right), scratchRegister); local
[all...]
H A DMacroAssemblerX86_64.h57 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
63 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
69 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
75 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
81 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
87 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
103 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
115 move(TrustedImmPtr(address), scratchRegister); local
121 move(TrustedImmPtr(address), scratchRegister); local
136 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
159 move(TrustedImmPtr(dest.m_ptr), scratchRegister); local
176 move(TrustedImmPtr(src.m_ptr), scratchRegister); local
203 move(TrustedImmPtr(address.m_ptr), scratchRegister); local
341 move(TrustedImmPtr(address), scratchRegister); local
416 move(TrustedImmPtr(left.m_ptr), scratchRegister); local
571 MacroAssemblerX86Common::move(TrustedImmPtr(address.m_ptr), scratchRegister); local
[all...]
H A DMacroAssemblerX86Common.h39 static const X86Registers::RegisterID scratchRegister = X86Registers::r11; member in class:JSC::MacroAssemblerX86Common

Completed in 131 milliseconds