HomeSort by relevance Sort by last modified time
    Searched refs:EmitVFPds (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/arm/
assembler_arm.cc 936 void ArmAssembler::EmitVFPds(Condition cond, int32_t opcode,
957 EmitVFPds(cond, B23 | B21 | B20 | B18 | B17 | B16 | B7 | B6, dd, sm);
977 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B7 | B6, dd, sm);
997 EmitVFPds(cond, B23 | B21 | B20 | B19 | B8 | B6, dd, sm);
    [all...]
assembler_arm.h 627 void EmitVFPds(Condition cond,

Completed in 140 milliseconds