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

  /art/compiler/utils/arm/
assembler_arm.cc 921 void ArmAssembler::EmitVFPsd(Condition cond, int32_t opcode,
952 EmitVFPsd(cond, B23 | B21 | B20 | B18 | B17 | B16 | B8 | B7 | B6, sd, dm);
967 EmitVFPsd(cond, B23 | B21 | B20 | B19 | B18 | B16 | B8 | B7 | B6, sd, dm);
987 EmitVFPsd(cond, B23 | B21 | B20 | B19 | B18 | B8 | B7 | B6, sd, dm);
    [all...]
assembler_arm.h 622 void EmitVFPsd(Condition cond,

Completed in 53 milliseconds