Home
last modified time | relevance | path

Searched refs:EmitVFPds (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm32.cc495 EmitVFPds(cond, B23 | B21 | B20 | B18 | B17 | B16 | B7 | B6, dd, sm); in vcvtds()
515 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B7 | B6, dd, sm); in vcvtdi()
535 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B6, dd, sm); in vcvtdu()
1138 void Arm32Assembler::EmitVFPds(Condition cond, int32_t opcode, in EmitVFPds() function in art::arm::Arm32Assembler
Dassembler_thumb2.cc593 EmitVFPds(cond, B23 | B21 | B20 | B18 | B17 | B16 | B7 | B6, dd, sm); in vcvtds()
613 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B7 | B6, dd, sm); in vcvtdi()
633 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B6, dd, sm); in vcvtdu()
2070 void Thumb2Assembler::EmitVFPds(Condition cond, int32_t opcode, in EmitVFPds() function in art::arm::Thumb2Assembler
Dassembler_arm32.h357 void EmitVFPds(Condition cond,
Dassembler_thumb2.h424 void EmitVFPds(Condition cond,