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

/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c251 #define BITS6(_b5,_b4,_b3,_b2,_b1,_b0) \ macro
10173 INSNA(9,4) == BITS6(0,0,0,1,1,1) ) {
13893 && INSN(17,12) == BITS6(0,0,1,1,1,1)) {
13913 && INSN(17,12) == BITS6(0,0,1,1,1,1)
16736 && INSN0(9,4) == BITS6(1,0,0,0,0,0)
16761 && ( INSN0(9,4) == BITS6(0,1,1,0,1,1) // CMP
16762 || INSN0(9,4) == BITS6(0,1,0,0,0,1)) // CMN
16769 Bool isCMN = INSN0(9,4) == BITS6(0,1,0,0,0,1);
16783 && ( INSN0(9,4) == BITS6(0,0,0,0,0,1) // TST
16784 || INSN0(9,4) == BITS6(
[all...]
H A Dguest_mips_toIR.c278 #define BITS6(_b5,_b4,_b3,_b2,_b1,_b0) \ macro

Completed in 116 milliseconds