Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/lib/
Dtest_emulate_step.c214 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()
[all …]