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

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 158 void lshift32(RegisterID shift_amount, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
174 void lshift32(RegisterID src, RegisterID shift_amount, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
180 lshift32(shift_amount, dest);
183 void lshift32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
188 void lshift32(RegisterID src, TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
192 lshift32(imm, dest);
    [all...]
MacroAssemblerARM.h 121 void lshift32(RegisterID shift_amount, RegisterID dest) function in class:JSC::MacroAssemblerARM
130 void lshift32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
    [all...]
MacroAssemblerARMv7.h 228 void lshift32(RegisterID shift_amount, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
238 void lshift32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
    [all...]
MacroAssemblerMIPS.h 253 void lshift32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
258 void lshift32(RegisterID shiftAmount, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
    [all...]
MacroAssemblerSH4.h 151 void lshift32(RegisterID shiftamount, RegisterID dest) function in class:JSC::MacroAssemblerSH4
164 void lshift32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
501 lshift32(TrustedImm32(address.scale), scr);
623 lshift32(TrustedImm32(address.scale), scr);
693 lshift32(TrustedImm32(address.scale), scr);
851 lshift32(TrustedImm32(address.scale), scr);
    [all...]

Completed in 200 milliseconds