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

  /art/compiler/utils/arm/
assembler_arm.h 590 virtual void vmovs(SRegister sd, SRegister sm, Condition cond = AL) = 0;
594 virtual bool vmovs(SRegister sd, float s_imm, Condition cond = AL) = 0;
709 if (!vmovs(sd, value, cond)) {
714 bool success = vmovs(sd, 2.0, cond);
    [all...]
assembler_thumb2.h 205 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
209 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE;
    [all...]
jni_macro_assembler_arm.cc 379 __ vmovs(dst.AsSRegister(), src.AsSRegister());
assembler_thumb2.cc 926 bool Thumb2Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { function in class:art::arm::Thumb2Assembler
956 void Thumb2Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { function in class:art::arm::Thumb2Assembler
    [all...]
  /art/compiler/utils/
assembler_thumb_test.cc 978 __ vmovs(S1, 1.0);
981 __ vmovs(S1, S2);
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc     [all...]

Completed in 159 milliseconds