Lines Matching refs:temp_addr
996 u64 test_perm, temp_addr, denorm_addr, num_perms; in check_permutations() local
1013 temp_addr = denorm_ctx->div_addr + dropped_remainder; in check_permutations()
1017 denorm_addr |= temp_addr << 14; in check_permutations()
1022 denorm_addr |= temp_addr << 13; in check_permutations()
1028 denorm_addr |= temp_addr << 12; in check_permutations()
1033 denorm_addr |= FIELD_GET(BIT_ULL(0), temp_addr) << 9; in check_permutations()
1034 denorm_addr |= FIELD_GET(GENMASK_ULL(63, 1), temp_addr) << 12; in check_permutations()
1039 denorm_addr |= FIELD_GET(GENMASK_ULL(1, 0), temp_addr) << 8; in check_permutations()
1040 denorm_addr |= FIELD_GET(GENMASK_ULL(63, 2), (temp_addr)) << 12; in check_permutations()
1045 denorm_addr |= FIELD_GET(BIT_ULL(0), temp_addr) << 8; in check_permutations()
1046 denorm_addr |= FIELD_GET(GENMASK_ULL(63, 1), temp_addr) << 12; in check_permutations()