Searched defs:EmitVFPds (Results 1 - 2 of 2) sorted by relevance

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

Completed in 28 milliseconds