Searched defs:sd (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/utils/arm/ |
| D | assembler_arm32.cc | 338 void Arm32Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { in vmovs() 348 bool Arm32Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { in vmovs() 378 void Arm32Assembler::vadds(SRegister sd, SRegister sn, SRegister sm, in vadds() 390 void Arm32Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm, in vsubs() 402 void Arm32Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm, in vmuls() 414 void Arm32Assembler::vmlas(SRegister sd, SRegister sn, SRegister sm, in vmlas() 426 void Arm32Assembler::vmlss(SRegister sd, SRegister sn, SRegister sm, in vmlss() 438 void Arm32Assembler::vdivs(SRegister sd, SRegister sn, SRegister sm, in vdivs() 450 void Arm32Assembler::vabss(SRegister sd, SRegister sm, Condition cond) { in vabss() 460 void Arm32Assembler::vnegs(SRegister sd, SRegister sm, Condition cond) { in vnegs() [all …]
|
| D | assembler_thumb2.cc | 427 inline int32_t Thumb2Assembler::VldrsEncoding32(SRegister sd, Register rn, int32_t offset) { in VldrsEncoding32() 926 bool Thumb2Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { in vmovs() 956 void Thumb2Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { in vmovs() 966 void Thumb2Assembler::vadds(SRegister sd, SRegister sn, SRegister sm, in vadds() 978 void Thumb2Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm, in vsubs() 990 void Thumb2Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm, in vmuls() 1002 void Thumb2Assembler::vmlas(SRegister sd, SRegister sn, SRegister sm, in vmlas() 1014 void Thumb2Assembler::vmlss(SRegister sd, SRegister sn, SRegister sm, in vmlss() 1026 void Thumb2Assembler::vdivs(SRegister sd, SRegister sn, SRegister sm, in vdivs() 1038 void Thumb2Assembler::vabss(SRegister sd, SRegister sm, Condition cond) { in vabss() [all …]
|
| D | assembler_thumb2.h | 613 Fixup(Register rn, Register rt2, SRegister sd, DRegister dd, in Fixup()
|