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

  /external/vixl/src/aarch64/
instructions-aarch64.cc 536 return ScalarFormatFromLaneSize(LaneSizeInBitsFromFormat(vform));
567 unsigned LaneSizeInBitsFromFormat(VectorFormat vform) {
594 return LaneSizeInBitsFromFormat(vform) / 8;
693 return INT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform));
698 return INT64_MIN >> (64 - LaneSizeInBitsFromFormat(vform));
703 return UINT64_MAX >> (64 - LaneSizeInBitsFromFormat(vform));
logic-aarch64.cc 783 int lane_size = LaneSizeInBitsFromFormat(vform);
    [all...]
simulator-aarch64.h 375 switch (LaneSizeInBitsFromFormat(vform)) {
397 switch (LaneSizeInBitsFromFormat(vform)) {
418 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform));
429 switch (LaneSizeInBitsFromFormat(vform)) {
456 switch (LaneSizeInBitsFromFormat(vform)) {
483 switch (LaneSizeInBitsFromFormat(vform)) {
504 switch (LaneSizeInBitsFromFormat(vform)) {
    [all...]
instructions-aarch64.h 541 unsigned LaneSizeInBitsFromFormat(VectorFormat vform);
  /external/vixl/test/aarch64/
test-simulator-aarch64.cc     [all...]

Completed in 3466 milliseconds