Lines Matching refs:cached_b
214 int cached_b; in test_lfsx_stfsx() local
223 cached_b = c.b; in test_lfsx_stfsx()
244 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
257 long cached_b; in test_lfdx_stfdx() local
266 cached_b = c.b; in test_lfdx_stfdx()
287 if (stepped == 1 && c.b == cached_b) in test_lfdx_stfdx()
314 u32 cached_b[4]; in test_lvx_stvx() local
322 cached_b[0] = c.b[0] = 923745; in test_lvx_stvx()
323 cached_b[1] = c.b[1] = 2139478; in test_lvx_stvx()
324 cached_b[2] = c.b[2] = 9012; in test_lvx_stvx()
325 cached_b[3] = c.b[3] = 982134; in test_lvx_stvx()
349 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] && in test_lvx_stvx()
350 cached_b[2] == c.b[2] && cached_b[3] == c.b[3]) in test_lvx_stvx()
371 u32 cached_b[4]; in test_lxvd2x_stxvd2x() local
379 cached_b[0] = c.b[0] = 18233; in test_lxvd2x_stxvd2x()
380 cached_b[1] = c.b[1] = 34863571; in test_lxvd2x_stxvd2x()
381 cached_b[2] = c.b[2] = 834; in test_lxvd2x_stxvd2x()
382 cached_b[3] = c.b[3] = 6138911; in test_lxvd2x_stxvd2x()
410 if (stepped == 1 && cached_b[0] == c.b[0] && cached_b[1] == c.b[1] && in test_lxvd2x_stxvd2x()
411 cached_b[2] == c.b[2] && cached_b[3] == c.b[3] && in test_lxvd2x_stxvd2x()