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

  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86.h 141 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
MacroAssemblerX86_64.h 113 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
121 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
130 DataLabelPtr label = moveWithPatch(ImmPtr(0), scratchRegister);
389 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
397 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
403 dataLabel = moveWithPatch(initialRightValue, scratchRegister);
409 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
MacroAssemblerARM.h 676 DataLabelPtr moveWithPatch(ImmPtr initialValue, RegisterID dest)
685 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S1);
693 dataLabel = moveWithPatch(initialRightValue, ARMRegisters::S0);
700 DataLabelPtr dataLabel = moveWithPatch(initialValue, ARMRegisters::S1);
MacroAssemblerARMv7.h 409 DataLabel32 label = moveWithPatch(Imm32(address.offset), dataTempRegister);
429 DataLabel32 label = moveWithPatch(Imm32(address.offset), dataTempRegister);
    [all...]

Completed in 28 milliseconds