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

/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c227 #define BITS7(_b6,_b5,_b4,_b3,_b2,_b1,_b0) \ macro
3162 if (INSN(29,23) == BITS7(1,1,1,0,0,1,0)) {
3456 if (INSN(29,23) == BITS7(1,1,1,0,0,0,0)
3518 if (INSN(29,23) == BITS7(1,1,1,0,0,1,1)) {
3587 if (INSN(29,23) == BITS7(1,1,1,0,0,0,1)
3665 if (INSN(29,23) == BITS7(1,1,1,0,0,0,1)
3752 if (insn_29_23 == BITS7(1,0,1,1,0,0,1)
3753 || insn_29_23 == BITS7(1,0,1,1,0,1,1)
3754 || insn_29_23 == BITS7(1,0,1,1,0,1,0)) {
3943 if (INSN(29,23) == BITS7(
[all...]
H A Dguest_arm_toIR.c256 #define BITS7(_b6,_b5,_b4,_b3,_b2,_b1,_b0) \ macro
8858 if (!isT && INSN(31,25) == BITS7(1,1,1,1,0,0,1)) {
8867 reformatted |= (BITS7(1,1,1,1,0,0,1) << 25);
9142 if (INSNA(27,21) == BITS7(0,1,1,0,1,1,1) &&
9200 if (INSNA(27,21) == BITS7(0,1,1,0,1,0,1) &&
14450 if (INSN(31,25) == BITS7(1,1,1,1,1,0,1)) {
18399 case BITS7(1,0,1,1,0,1,0): {
18460 case BITS7(1,0,1,1,1,1,0): {
18543 case BITS7(0,0,0,1,1,1,0): /* ADDS */
18544 case BITS7(
[all...]

Completed in 245 milliseconds