Searched refs:kHRegSizeInBytesLog2 (Results 1 - 8 of 8) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 628 case kHRegSizeInBytesLog2: in GetSVEImmLogical() 701 return kHRegSizeInBytesLog2; in GetSVEBitwiseImmLaneSizeInBytesLog2()
|
H A D | macro-assembler-sve-aarch64.cc | 1320 SVELoadStore1Helper(kHRegSizeInBytesLog2, in Ld1h() 1364 SVELoadStore1Helper(kHRegSizeInBytesLog2, in Ld1sh() 1397 SVELoadStore1Helper(kHRegSizeInBytesLog2, in St1h() 1441 SVELoadFFHelper(kHRegSizeInBytesLog2, in Ldff1h() 1485 SVELoadFFHelper(kHRegSizeInBytesLog2, in Ldff1sh()
|
H A D | instructions-aarch64.h | 58 const unsigned kHRegSizeInBytesLog2 = kHRegSizeLog2 - 3; member
|
H A D | registers-aarch64.h | 499 return kHRegSizeInBytesLog2;
|
H A D | assembler-sve-aarch64.cc | 1534 case kHRegSizeInBytesLog2: in SVEMulIndexHelper() 3975 VIXL_ASSERT(msize_in_bytes_log2 == kHRegSizeInBytesLog2); in SVEScatterGatherHelper() 4173 SVELd1BroadcastHelper(kHRegSizeInBytesLog2, zt, pg, addr, false); in ld1rh() 4215 SVELd1BroadcastHelper(kHRegSizeInBytesLog2, zt, pg, addr, true); in ld1rsh() 4576 VIXL_ASSERT(addr.GetShiftAmount() == kHRegSizeInBytesLog2); in SVEContiguousPrefetchScalarPlusScalarHelper() 4615 VIXL_ASSERT(addr.GetShiftAmount() == kHRegSizeInBytesLog2); in SVEContiguousPrefetchScalarPlusVectorHelper()
|
H A D | disasm-aarch64.cc | 4504 if ((size == kHRegSizeInBytesLog2) || (size == kSRegSizeInBytesLog2) || in Disassembler() 4522 if ((size == kHRegSizeInBytesLog2) || (size == kSRegSizeInBytesLog2) || in Disassembler() 4532 if ((size == kHRegSizeInBytesLog2) || (size == kSRegSizeInBytesLog2) || in Disassembler() 4893 if ((size == kHRegSizeInBytesLog2) || (size == kSRegSizeInBytesLog2) || in Disassembler()
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 279 n_index_shift = kHRegSizeInBytesLog2; in Test1Op_Helper() 417 index_shift = kHRegSizeInBytesLog2; in Test2Op_Helper() 579 index_shift = kHRegSizeInBytesLog2; in Test3Op_Helper() 1000 n_index_shift = kHRegSizeInBytesLog2; in TestFPToFixed_Helper() 1068 n_index_shift = kHRegSizeInBytesLog2; in TestFPToInt_Helper()
|
H A D | test-assembler-sve-aarch64.cc | 7524 int64_t offset = (3 << kHRegSizeInBytesLog2) * vl; 7934 int64_t offset = (5 << kHRegSizeInBytesLog2) * vl; 8436 int64_t offset = (7 << kHRegSizeInBytesLog2) * vl;
|
Completed in 63 milliseconds