Searched defs:sub32 (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/assembler/ |
D | MacroAssemblerARM.h | 198 void sub32(RegisterID src, RegisterID dest) in sub32() function 203 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() function 208 void sub32(TrustedImm32 imm, Address address) in sub32() function 215 void sub32(Address src, RegisterID dest) in sub32() function 693 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function
|
D | MacroAssemblerMIPS.h | 338 void sub32(RegisterID src, RegisterID dest) in sub32() function 343 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() function 361 void sub32(TrustedImm32 imm, Address address) in sub32() function 410 void sub32(Address src, RegisterID dest) in sub32() function 416 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function
|
D | MacroAssemblerX86.h | 80 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function
|
D | MacroAssemblerX86Common.h | 347 void sub32(RegisterID src, RegisterID dest) in sub32() function 352 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() function 357 void sub32(TrustedImm32 imm, Address address) in sub32() function 362 void sub32(Address src, RegisterID dest) in sub32() function 367 void sub32(RegisterID src, Address dest) in sub32() function
|
D | MacroAssemblerARMv7.h | 310 void sub32(RegisterID src, RegisterID dest) in sub32() function 315 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() function 326 void sub32(TrustedImm32 imm, Address address) in sub32() function 343 void sub32(Address src, RegisterID dest) in sub32() function 349 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function
|
D | MacroAssemblerSH4.h | 231 void sub32(RegisterID src, RegisterID dest) in sub32() function 236 void sub32(TrustedImm32 imm, AbsoluteAddress address, RegisterID scratchReg) in sub32() function 254 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function 312 void sub32(TrustedImm32 imm, RegisterID dest) in sub32() function 325 void sub32(Address src, RegisterID dest) in sub32() function
|
D | MacroAssemblerX86_64.h | 73 void sub32(TrustedImm32 imm, AbsoluteAddress address) in sub32() function
|