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

  /art/compiler/optimizing/
intrinsics_arm_vixl.cc 42 using helpers::InputRegisterAt;
194 vixl32::Register dest = InputRegisterAt(instruction_, 2);
729 vixl32::Register op1 = InputRegisterAt(invoke, 0);
730 vixl32::Register op2 = InputRegisterAt(invoke, 1);
    [all...]
code_generator_arm64.cc 71 using helpers::InputRegisterAt;
    [all...]
common_arm.h 148 inline vixl::aarch32::Register InputRegisterAt(HInstruction* instr, int input_index) {
155 return InputRegisterAt(instr, 0);
code_generator_arm_vixl.cc 55 using helpers::InputRegisterAt;
    [all...]
code_generator_vector_arm_vixl.cc 29 using helpers::InputRegisterAt;
62 __ Vdup(Untyped8, dst, InputRegisterAt(instruction, 0));
67 __ Vdup(Untyped16, dst, InputRegisterAt(instruction, 0));
71 __ Vdup(Untyped32, dst, InputRegisterAt(instruction, 0));
716 __ Vmov(Untyped32, DRegisterLane(dst, 0), InputRegisterAt(instruction, 0));
833 vixl32::Register base = InputRegisterAt(instruction, 0);
859 vixl32::Register base = InputRegisterAt(instruction, 0);
    [all...]
common_arm64.h 85 inline vixl::aarch64::Register InputRegisterAt(HInstruction* instr, int input_index) {
139 : static_cast<vixl::aarch64::CPURegister>(InputRegisterAt(instr, index));
code_generator_vector_arm64.cc 31 using helpers::InputRegisterAt;
83 __ Dup(dst.V16B(), InputRegisterAt(instruction, 0));
92 __ Dup(dst.V8H(), InputRegisterAt(instruction, 0));
100 __ Dup(dst.V4S(), InputRegisterAt(instruction, 0));
    [all...]
intrinsics_arm64.cc 57 using helpers::InputRegisterAt;
444 Register src = InputRegisterAt(instr, 0);
475 Register src = InputRegisterAt(invoke, 0);
508 Register src = InputRegisterAt(invoke, 0);
    [all...]

Completed in 1082 milliseconds