Searched refs:moveWithPatch (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerX86_64.h127 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
142 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
151 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
535 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
544 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
550 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
556 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
H A DMacroAssemblerX86.h204 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerARMv7.h657 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
703 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
1675 ALWAYS_INLINE DataLabel32 moveWithPatch(TrustedImm32 imm, RegisterID dst) function in class:JSC::MacroAssemblerARMv7
1682 ALWAYS_INLINE DataLabelPtr moveWithPatch(TrustedImmPtr imm, RegisterID dst) function in class:JSC::MacroAssemblerARMv7
1691 dataLabel = moveWithPatch(initialRightValue, dataTempRegister);
1698 dataLabel = moveWithPatch(initialRightValue, dataTempRegister);
1745 DataLabelPtr label = moveWithPatch(initialValue, dataTempRegister);
H A DMacroAssemblerARM.h981 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) function in class:JSC::MacroAssemblerARM
991 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S1);
1000 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S0);
1007 DataLabelPtr dataLabel = moveWithPatch(initialValue, ARMRegisters::S1);
H A DMacroAssemblerSH4.h1484 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) function in class:JSC::MacroAssemblerSH4
2048 dataLabel = moveWithPatch(initialRightValue, dataTempRegister);
2065 dataLabel = moveWithPatch(initialRightValue, scr1);
2084 DataLabelPtr label = moveWithPatch(initialValue, scr);
H A DMacroAssemblerMIPS.h2049 DataLabel32 moveWithPatch(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
2058 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
2070 dataLabel = moveWithPatch(initialRightValue, immTempRegister);
2080 dataLabel = moveWithPatch(initialRightValue, immTempRegister);
2089 DataLabelPtr dataLabel = moveWithPatch(initialValue, dataTempRegister);

Completed in 183 milliseconds