Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/lib/
Dtest_emulate_step.c230 int cached_b; in test_lfsx_stfsx() local
239 cached_b = c.b; in test_lfsx_stfsx()
260 if (stepped == 1 && c.b == cached_b) in test_lfsx_stfsx()
273 long cached_b; in test_lfdx_stfdx() local
282 cached_b = c.b; in test_lfdx_stfdx()
303 if (stepped == 1 && c.b == cached_b) in test_lfdx_stfdx()
330 u32 cached_b[4]; in test_lvx_stvx() local
338 cached_b[0] = c.b[0] = 923745; in test_lvx_stvx()
339 cached_b[1] = c.b[1] = 2139478; in test_lvx_stvx()
340 cached_b[2] = c.b[2] = 9012; in test_lvx_stvx()
[all …]