Home
last modified time | relevance | path

Searched refs:kSRegSizeInBytes (Results 1 – 9 of 9) sorted by relevance

/external/vixl/test/
Dtest-utils-a64.h61 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump()
Dtest-utils-a64.cc418 MemOperand(dump, i * kSRegSizeInBytes)); in Dump()
Dtest-assembler-a64.cc12094 __ Str(s0, MemOperand(x0, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12095 __ Str(s1, MemOperand(x1, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12096 __ Str(s2, MemOperand(x2, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12097 __ Str(s3, MemOperand(x3, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12105 __ Str(s0, MemOperand(x0, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12106 __ Str(s1, MemOperand(x1, fbits * kSRegSizeInBytes)); in TestUScvtf32Helper()
12836 __ PeekDRegList(d15.Bit(), kSRegSizeInBytes); in TEST()
15366 offset += 2 * kSRegSizeInBytes; in TEST()
15382 offset += kSRegSizeInBytes; in TEST()
15416 offset += kSRegSizeInBytes; in TEST()
[all …]
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc253 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in CalcLSPairDataSize()
Dsimulator-a64.h972 (sizeof(T) == kSRegSizeInBytes) || in vreg()
1040 (sizeof(value) == kSRegSizeInBytes) ||
1188 case kSRegSizeInBytes: return kPrintSReg; in GetPrintRegisterFormatForSizeFP()
1193 if ((GetPrintRegLaneSizeInBytes(format) == kSRegSizeInBytes) || in GetPrintRegisterFormatTryFP()
1211 VIXL_STATIC_ASSERT(sizeof(value) == kSRegSizeInBytes); in GetPrintRegisterFormat()
Dinstructions-a64.h67 const unsigned kSRegSizeInBytes = kSRegSize / 8; variable
Dsimulator-a64.cc444 case kSRegSizeInBytes: format |= kPrintReg1S; break; in GetPrintRegisterFormatForSize()
450 VIXL_STATIC_ASSERT(kWRegSizeInBytes == kSRegSizeInBytes); in GetPrintRegisterFormatForSize()
639 VIXL_ASSERT((lane_size_in_bytes == kSRegSizeInBytes) || in PrintVRegisterFPHelper()
653 (lane_size_in_bytes == kSRegSizeInBytes) ? SRegNameForCode(code) in PrintVRegisterFPHelper()
669 (lane_size_in_bytes == kSRegSizeInBytes) ? vreg(code).Get<float>(lane) in PrintVRegisterFPHelper()
Dassembler-a64.cc591 case kSRegSizeInBytes: dc32(literal->raw_value32()); break; in place()
5301 case kSRegSizeInBytes: return STP_s; in StorePairOpFor()
5328 case kSRegSizeInBytes: return STNP_s; in StorePairNonTemporalOpFor()
5352 case kSRegSizeInBytes: return LDR_s_lit; in LoadLiteralOpFor()
Dassembler-a64.h908 VIXL_STATIC_ASSERT(kSRegSizeInBytes == kWRegSizeInBytes); in size()