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

  /external/vixl/src/vixl/a64/
simulator-a64.h 460 int64_t Int(VectorFormat vform, int index) const {
472 uint64_t Uint(VectorFormat vform, int index) const {
484 int64_t IntLeftJustified(VectorFormat vform, int index) const {
488 uint64_t UintLeftJustified(VectorFormat vform, int index) const {
492 void SetInt(VectorFormat vform, int index, int64_t value) const {
502 void SetUint(VectorFormat vform, int index, uint64_t value) const {
512 void ReadUintFromMem(VectorFormat vform, int index, uint64_t addr) const {
522 void WriteUintToMem(VectorFormat vform, int index, uint64_t addr) const {
543 void ClearForWrite(VectorFormat vform) const {
592 LogicVRegister& SignedSaturate(VectorFormat vform)
    [all...]
instructions-a64.cc 396 VectorFormat VectorFormatHalfWidth(const VectorFormat vform) {
411 VectorFormat VectorFormatDoubleWidth(const VectorFormat vform) {
426 VectorFormat VectorFormatFillQ(const VectorFormat vform) {
444 VectorFormat VectorFormatHalfWidthDoubleLanes(const VectorFormat vform) {
456 VectorFormat VectorFormatDoubleLanes(const VectorFormat vform)
    [all...]
logic-a64.cc 386 void Simulator::ld1(VectorFormat vform,
397 void Simulator::ld1(VectorFormat vform,
405 void Simulator::ld1r(VectorFormat vform,
415 void Simulator::ld2(VectorFormat vform,
432 void Simulator::ld2(VectorFormat vform,
445 void Simulator::ld2r(VectorFormat vform,
459 void Simulator::ld3(VectorFormat vform,
481 void Simulator::ld3(VectorFormat vform,
498 void Simulator::ld3r(VectorFormat vform,
516 void Simulator::ld4(VectorFormat vform
    [all...]
instructions-a64.h 429 enum VectorFormat {
451 VectorFormat VectorFormatHalfWidth(const VectorFormat vform);
452 VectorFormat VectorFormatDoubleWidth(const VectorFormat vform);
453 VectorFormat VectorFormatDoubleLanes(const VectorFormat vform);
454 VectorFormat VectorFormatHalfLanes(const VectorFormat vform);
455 VectorFormat ScalarFormatFromLaneSize(int lanesize)
    [all...]
simulator-a64.cc 459 VectorFormat vform) {
    [all...]
assembler-a64.h 273 VRegister(unsigned code, VectorFormat format)
    [all...]
assembler-a64.cc     [all...]
  /external/vixl/test/
test-simulator-a64.cc     [all...]

Completed in 90 milliseconds