HomeSort by relevance Sort by last modified time
    Searched defs:moveWithPatch (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 139 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
MacroAssemblerX86_64.h 118 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
126 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
135 DataLabelPtr label = moveWithPatch(TrustedImmPtr(0), scratchRegister);
418 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
426 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
432 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
438 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
MacroAssemblerARM.h 751 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest)
760 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S1);
768 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S0);
775 DataLabelPtr dataLabel = moveWithPatch(initialValue, ARMRegisters::S1);
    [all...]
MacroAssemblerARMv7.h 476 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
499 DataLabel32 label = moveWithPatch(TrustedImm32(address.offset), dataTempRegister);
    [all...]
MacroAssemblerMIPS.h     [all...]
MacroAssemblerSH4.h     [all...]

Completed in 120 milliseconds