Home | History | Annotate | Download | only in priv

Lines Matching refs:BITS9

212 #define BITS9(_b8,_b7,_b6,_b5,_b4,_b3,_b2,_b1,_b0)  \
3023 if (INSN(29,21) == BITS9(0, 1,1,0,1, 0,1,0,0) && INSN(11,11) == 0) {
3191 if (INSN(29,21) == BITS9(1,1,1,0,1,0,0,1,0)
3230 if (INSN(29,21) == BITS9(1,1,1,0,1,0,0,1,0)
3277 && INSN(20,12) == BITS9(0,0,0,0,0,0,0,0,0)) {
4493 && SLICE_UInt(insn, 29, 21) != BITS9(1,1,1,0,0,0,0,1,1)/*LDR*/
4494 && SLICE_UInt(insn, 29, 21) != BITS9(1,1,1,0,0,0,0,0,1)/*STR*/
4495 && SLICE_UInt(insn, 29, 21) != BITS9(1,1,1,0,0,0,1,0,1)/*LDRSbhw Xt*/
4496 && SLICE_UInt(insn, 29, 21) != BITS9(1,1,1,0,0,0,1,1,1))/*LDRSbhw Wt*/
4706 if ((INSN(29,21) & BITS9(1,1,1, 1,1,1,1,0, 1))
4707 == BITS9(1,1,1, 0,0,0,0,0, 0)) {
6493 if (INSN(31,23) == BITS9(1,1,0,1,0,1,1,0,0)