Searched refs:EmitVFPds (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 936 void ArmAssembler::EmitVFPds(Condition cond, int32_t opcode, in EmitVFPds() function in art::arm::ArmAssembler 957 EmitVFPds(cond, B23 | B21 | B20 | B18 | B17 | B16 | B7 | B6, dd, sm); in vcvtds() 977 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B7 | B6, dd, sm); in vcvtdi() 997 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B6, dd, sm); in vcvtdu()
|
D | assembler_arm.h | 627 void EmitVFPds(Condition cond,
|