• Home
  • Raw
  • Download

Lines Matching refs:print_format

2255   PrintRegisterFormat print_format =  in LoadStoreHelper()  local
2261 LogVRead(srcdst, print_format, address); in LoadStoreHelper()
2263 LogExtendingRead(srcdst, print_format, access_size, address); in LoadStoreHelper()
2267 LogVWrite(srcdst, print_format, address); in LoadStoreHelper()
2387 PrintRegisterFormat print_format = in LoadStorePairHelper() local
2393 LogVRead(rt, print_format, address); in LoadStorePairHelper()
2394 LogVRead(rt2, print_format, address2); in LoadStorePairHelper()
2396 LogExtendingRead(rt, print_format, element_size, address); in LoadStorePairHelper()
2397 LogExtendingRead(rt2, print_format, element_size, address2); in LoadStorePairHelper()
2399 LogRead(rt, print_format, address); in LoadStorePairHelper()
2400 LogRead(rt2, print_format, address2); in LoadStorePairHelper()
2404 LogVWrite(rt, print_format, address); in LoadStorePairHelper()
2405 LogVWrite(rt2, print_format, address2); in LoadStorePairHelper()
2407 LogWrite(rt, print_format, address); in LoadStorePairHelper()
2408 LogWrite(rt2, print_format, address2); in LoadStorePairHelper()
6059 PrintRegisterFormat print_format = in NEONLoadStoreMultiStructHelper() local
6068 print_format = GetPrintRegPartial(print_format); in NEONLoadStoreMultiStructHelper()
6074 PrintVStructAccess(reg[s], struct_parts, print_format, op, address); in NEONLoadStoreMultiStructHelper()
6297 PrintRegisterFormat print_format = in NEONLoadStoreSingleStructHelper() local
6302 PrintVReplicatingStructAccess(rt, reg_count, print_format, "<-", addr); in NEONLoadStoreSingleStructHelper()
6304 PrintVSingleStructAccess(rt, reg_count, lane, print_format, "<-", addr); in NEONLoadStoreSingleStructHelper()
6311 print_format = GetPrintRegPartial(print_format); in NEONLoadStoreSingleStructHelper()
6312 PrintVSingleStructAccess(rt, reg_count, lane, print_format, "->", addr); in NEONLoadStoreSingleStructHelper()