Searched refs:TBR (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c6273 UInt TBR = b11to20; local
6287 /* Reorder TBR field as per PPC32 p475 */
6288 TBR = ((TBR & 31) << 5) | ((TBR >> 5) & 31);
6425 switch (TBR) {
/external/qemu/
H A Dppc-dis.c806 /* The TBR field in an XFX form instruction. This is like the SPR
808 #define TBR SV + 1
812 #define TO TBR + 1
1559 /* The TBR field in an XFX instruction. This is just like SPR, but it
1560 is optional. When TBR is omitted, it must be inserted as 268 (the
3885 { "mftb", X(31,371), X_MASK, CLASSIC, { RT, TBR } },
804 #define TBR macro

Completed in 344 milliseconds