Searched refs:kWRegSizeInBytes (Results 1 – 6 of 6) sorted by relevance
/external/vixl/test/ |
D | test-utils-a64.h | 46 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 48 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
|
D | test-utils-a64.cc | 371 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()
|
D | test-assembler-a64.cc | 8327 __ Drop((active_w_slots - requested_w_slots) * kWRegSizeInBytes); in PushPopXRegWXOverlapHelper()
|
/external/vixl/src/a64/ |
D | instructions-a64.h | 46 const unsigned kWRegSizeInBytes = kWRegSize / 8; variable
|
D | simulator-a64.cc | 855 set_wreg(rt2, MemoryRead32(address + kWRegSizeInBytes)); in LoadStorePairHelper() 876 MemoryRead32(address + kWRegSizeInBytes), SXTW)); in LoadStorePairHelper() 881 MemoryWrite32(address + kWRegSizeInBytes, wreg(rt2)); in LoadStorePairHelper()
|
D | assembler-a64.cc | 2206 VIXL_ASSERT((size == kXRegSizeInBytes) || (size == kWRegSizeInBytes)); in EmitLiteralPool()
|