Lines Matching refs:bM
13699 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
13700 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
13966 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
13969 UInt fM = (INSN(3,0) << 1) | bM; /* argR */ in decode_CP10_CP11_instruction()
14110 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
14112 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
14170 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
14172 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
14218 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
14220 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
14250 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
14253 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
14288 UInt bM = (insn28 >> 5) & 1; in decode_CP10_CP11_instruction() local
14289 UInt fM = (INSN(3,0) << 1) | bM; in decode_CP10_CP11_instruction()
19316 UInt bM = INSN1(14,14); /* reglist entry for r14 */ in disInstr_THUMB_WRK() local
19335 regList = (bP << 15) | (bM << 14) | rLmost; in disInstr_THUMB_WRK()
19338 if (bP == 1 && bM == 1) valid = False; in disInstr_THUMB_WRK()
19341 regList = (bM << 14) | rLmost; in disInstr_THUMB_WRK()