Lines Matching full:14
1085 … case 'B_RC': args.push((ins & (1 << 22) ? 'c' : 'r') + ((ins >>> 14) & 0x0ff)); break;
1086 case 'B_R': args.push('r' + ((ins >>> 14) & 0x1ff)); break;
1087 case 'B_RI': args.push('r' + ((ins >>> 14) & 0x1ff) + '(indirect)'); break;
1088 case 'B_C': args.push('c' + ((ins >>> 14) & 0x1ff)); break;
1089 case 'B_H': args.push('0x' + ((ins >>> 14) & 0x1ff).toString(16)); break;
1090 case 'B_I': args.push(((ins >>> 14) & 0x1ff).toString(10)); break;
1097 case 'BC_R': args.push('r' + ((ins >>> 14) & 0x3ffff)); break;
1098 case 'BC_C': args.push('c' + ((ins >>> 14) & 0x3ffff)); break;
1099 case 'BC_H': args.push('0x' + ((ins >>> 14) & 0x3ffff).toString(16)); break;
1100 case 'BC_I': args.push(((ins >>> 14) & 0x3ffff).toString(10)); break;
1103 case 'BC_LDINT': args.push(((ins >>> 14) & 0x3ffff) - (1 << 17)); break;
1104 … case 'BC_LDINTX': args.push(((ins >>> 14) & 0x3ffff) - 0); break; // no bias in LDINTX