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

  /art/compiler/optimizing/
common_arm.h 123 inline vixl::aarch32::DRegister InputDRegisterAt(HInstruction* instr, int input_index) {
135 return InputDRegisterAt(instr, input_index);
intrinsics_arm_vixl.cc 41 using helpers::InputDRegisterAt;
776 __ Vsqrt(OutputDRegister(invoke), InputDRegisterAt(invoke, 0));
788 __ Vrintn(F64, F64, OutputDRegister(invoke), InputDRegisterAt(invoke, 0));
    [all...]
code_generator_vector_arm_vixl.cc 28 using helpers::InputDRegisterAt;
    [all...]
code_generator_arm_vixl.cc 52 using helpers::InputDRegisterAt;
    [all...]

Completed in 69 milliseconds