HomeSort by relevance Sort by last modified time
    Searched refs:rfbm (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/tests/amd64/
xsave-avx.c 67 static void do_xsave ( void* p, UInt rfbm )
69 assert(rfbm <= 7);
72 : /*OUT*/ : /*IN*/ "r"((ULong)rfbm), "r"(p)
78 static void do_xrstor ( void* p, UInt rfbm )
80 assert(rfbm <= 7);
83 : /*OUT*/ : /*IN*/ "r"((ULong)rfbm), "r"(p)
89 static void do_setup_then_xsave ( void* p, UInt rfbm )
115 do_xsave(p, rfbm);
204 UInt rfbm; local
205 for (rfbm = 0; rfbm <= 7; rfbm++)
265 UInt xstate_bv, rfbm; local
    [all...]
xsave-avx.stderr.exp 3 ------------------ XSAVE, rfbm = 0 ------------------
57 ------------------ XSAVE, rfbm = 1 ------------------
111 ------------------ XSAVE, rfbm = 2 ------------------
165 ------------------ XSAVE, rfbm = 3 ------------------
219 ------------------ XSAVE, rfbm = 4 ------------------
273 ------------------ XSAVE, rfbm = 5 ------------------
327 ------------------ XSAVE, rfbm = 6 ------------------
381 ------------------ XSAVE, rfbm = 7 ------------------
435 ---------- XRSTOR, xstate_bv = 0, rfbm = 0 ---------
489 ---------- XRSTOR, xstate_bv = 0, rfbm = 1 --------
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 11743 IRTemp rfbm = newTemp(Ity_I64); local
11787 IRTemp rfbm = newTemp(Ity_I64); local
11998 IRTemp rfbm = newTemp(Ity_I64); local
    [all...]

Completed in 2412 milliseconds