Lines Matching refs:ExtractBit
1447 const char *suffix = (instr->ExtractBit(18) == 0) ? "'s1710" : "'u1710";
2452 if ((instr->GetNEONQ() == 0) || (instr->ExtractBit(22) == 1)) {
2511 const char *form = instr->ExtractBit(30) ? "'Vd.4s, 'Vn.16" : "'Vd.2s, 'Vn.8";
2591 ((vform == kFormatS) && (instr->ExtractBit(30) == 0))) {
3405 if (instr->ExtractBit(22) == 0) {
3724 bool sign_extend = instr->ExtractBit(14) == 0;
4070 (instr->ExtractBit(13) == 1))
4075 form = (instr->ExtractBit(13) == 0) ? "'Zd.'t, #'s1205"
4087 if (instr->ExtractBit(23) == 1) {
4116 const char *form = (instr->ExtractBit(22) == 0) ? "'Wn, 'Wm" : "'Xn, 'Xm";
4356 if (instr->ExtractBit(13) != 0) suffix = ", lsl #8";
4411 int i1 = instr->ExtractBit(5);
4595 const char *form = (instr->ExtractBit(13) == 0)
4609 (instr->ExtractBit(12) == 0) ? "'Pd.'t, 'Wn, 'Wm" : "'Pd.'t, 'Xn, 'Xm";
5938 const char *suffix = (instr->ExtractBit(10) == 0) ? "90" : "270";
6412 is_x = (instr->ExtractBit(bitpos) == 1);
7493 AppendToOutput("%c", c[1 - instr->ExtractBit(static_cast<int>(value))]);