Home
last modified time | relevance | path

Searched defs:ST (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnxu.h432 #define get32(ST, REG) (be32toh(ST.REG)) argument
433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument
434 #define get64(ST, REG) (be64toh(ST.REG)) argument
435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument
437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \ argument
457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) argument
458 #define putp32(ST, REG, X) ((ST)->REG = htobe32(X)) argument
459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) argument
460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X)) argument
467 #define get_csb_ce(ST) ((uint32_t)getnn(ST, csb_ce)) argument
[all …]

Completed in 10 milliseconds