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

  /external/vixl/examples/aarch32/
mandelbrot.cc 59 __ Vdup(Untyped32, kCImag, kNegTwo);
162 __ Vbsl(Untyped32, kLowerFlags, kSpaces, kStars);
165 __ Vst1(Untyped32,
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 618 Vpush(Untyped32, SRegisterList(SRegister(reg.GetCode())));
645 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2)));
    [all...]
instructions-aarch32.cc 495 case Untyped32:
assembler-aarch32.cc 219 case Untyped32:
543 case Untyped32:
579 case Untyped32:
615 case Untyped32:
639 case Untyped32:
1062 case Untyped32:
1086 case Untyped32:
1107 case Untyped32:
1352 case Untyped32: {
1407 case Untyped32:
    [all...]
disasm-aarch32.cc 156 return Untyped32;
346 return Untyped32;
363 return Untyped32;
380 return Untyped32;
393 return Untyped32;
665 return Untyped32;
679 return Untyped32;
691 return Untyped32;
693 return Untyped32;
840 case Untyped32:
    [all...]
assembler-aarch32.h     [all...]
instructions-aarch32.h 281 Untyped32 = kDataTypeUntyped | 32,
    [all...]
macro-assembler-aarch32.h 756 Vldr(cond, Untyped32, rd, literal);
759 Vldr(al, Untyped32, rd, literal);
    [all...]
  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 71 __ Vdup(Untyped32, dst, InputRegisterAt(instruction, 0));
716 __ Vmov(Untyped32, DRegisterLane(dst, 0), InputRegisterAt(instruction, 0));
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc     [all...]

Completed in 1103 milliseconds