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

  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 666 MemOperand InstructionCodeGeneratorARMVIXL::VecAddress(
734 __ Vldr(reg, VecAddress(instruction, &temps, &scratch));
745 __ Vldr(reg, VecAddress(instruction, &temps, &scratch));
755 __ Vldr(reg, VecAddress(instruction, &temps, &scratch));
781 __ Vstr(reg, VecAddress(instruction, &temps, &scratch));
792 __ Vstr(reg, VecAddress(instruction, &temps, &scratch));
802 __ Vstr(reg, VecAddress(instruction, &temps, &scratch));
code_generator_vector_arm64.cc 898 MemOperand InstructionCodeGeneratorARM64::VecAddress(
    [all...]
code_generator_vector_x86.cc 859 static Address VecAddress(LocationSummary* locations, size_t size, bool is_string_char_at) {
886 Address address = VecAddress(locations, size, instruction->IsStringCharAt());
903 __ movsd(reg, VecAddress(locations, 1, /*is_string_char_at*/ true));
    [all...]
code_generator_vector_x86_64.cc 852 static Address VecAddress(LocationSummary* locations, size_t size, bool is_string_char_at) {
879 Address address = VecAddress(locations, size, instruction->IsStringCharAt());
896 __ movsd(reg, VecAddress(locations, 1, /*is_string_char_at*/ true));
    [all...]
code_generator_vector_mips.cc 859 int32_t InstructionCodeGeneratorMIPS::VecAddress(LocationSummary* locations,
898 int32_t offset = VecAddress(locations, size, &base);
    [all...]
code_generator_vector_mips64.cc 863 int32_t InstructionCodeGeneratorMIPS64::VecAddress(LocationSummary* locations,
902 int32_t offset = VecAddress(locations, size, &base);
    [all...]
code_generator_mips.h 350 int32_t VecAddress(LocationSummary* locations,
code_generator_mips64.h 319 int32_t VecAddress(LocationSummary* locations,
code_generator_arm64.h 332 vixl::aarch64::MemOperand VecAddress(
    [all...]
code_generator_arm_vixl.h 408 vixl::aarch32::MemOperand VecAddress(
    [all...]

Completed in 6318 milliseconds