Home
last modified time | relevance | path

Searched refs:kWRegSizeInBytes (Results 1 – 6 of 6) sorted by relevance

/external/vixl/test/
Dtest-utils-a64.h46 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()
48 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
Dtest-utils-a64.cc371 MemOperand(dump, i * kWRegSizeInBytes)); in Dump()
405 __ Str(dump_base_w, MemOperand(dump2, dump_base.code() * kWRegSizeInBytes)); in Dump()
406 __ Str(dump_w, MemOperand(dump2, dump.code() * kWRegSizeInBytes)); in Dump()
407 __ Str(tmp_w, MemOperand(dump2, tmp.code() * kWRegSizeInBytes)); in Dump()
Dtest-assembler-a64.cc8327 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); in PushPopXRegWXOverlapHelper()
/external/vixl/src/a64/
Dinstructions-a64.h46 const unsigned kWRegSizeInBytes = kWRegSize / 8; variable
Dsimulator-a64.cc855 set_wreg(rt2, MemoryRead32(address + kWRegSizeInBytes)); in LoadStorePairHelper()
876 MemoryRead32(address + kWRegSizeInBytes), SXTW)); in LoadStorePairHelper()
881 MemoryWrite32(address + kWRegSizeInBytes, wreg(rt2)); in LoadStorePairHelper()
Dassembler-a64.cc2206 VIXL_ASSERT((size == kXRegSizeInBytes) || (size == kWRegSizeInBytes)); in EmitLiteralPool()