Searched defs:bR (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c3051 UInt bR = (pqrs >> 1) & 1; local
3053 UInt insn = XXXXXXXX(0xE, X1110, BITS4(bP,0,bQ,bR), dN, dD,
3076 UInt bR = (pqrs >> 1) & 1; local
3078 UInt insn = XXXXXXXX(0xE, X1110, BITS4(bP,bD,bQ,bR),
H A Dguest_arm_toIR.c11074 UInt bR = (insn28 >> 20) & 1; local
11076 UInt opc = (bP << 3) | (bQ << 2) | (bR << 1) | bS;
11539 UInt bR = (insn28 >> 20) & 1; local
11541 UInt opc = (bP << 3) | (bQ << 2) | (bR << 1) | bS;

Completed in 778 milliseconds