Home | History | Annotate | Download | only in arm

Lines Matching refs:B21

259     B24 | B21 | 15 * B16 | 15 * B12 | 15 * B8 | BLX;
261 const Instr kMovMvnMask = 0x6d * B21 | 0xf * B16;
262 const Instr kMovMvnPattern = 0xd * B21;
268 const Instr kMovwLeaveCCFlip = 0x5 * B21;
271 const Instr kCmpCmnFlip = B21;
272 const Instr kAddSubFlip = 0x6 * B21;
273 const Instr kAndBicFlip = 0xe * B21;
438 return (instr & (B27 | B26 | B25 | B24 | B23 | B22 | B21)) == (B25 | B23);
801 if ((instr & ~kCondMask) == 13*B21) { // mov, S not set
844 if ((instr & ~kCondMask) == 13*B21) { // mov, S not set
1061 B21 | 15*B16 | 15*B12 | 15*B8 | BLX | target.code());
1068 emit(cond | B24 | B21 | 15*B16 | 15*B12 | 15*B8 | BX | target.code());
1262 emit(cond | B24 | B22 | B21 | 15*B16 | dst.code()*B12 |
1307 emit(cond | 0xf*B23 | B22 | B21 | (width - 1)*B16 | dst.code()*B12 |
1327 emit(cond | 0xf*B23 | B21 | (width - 1)*B16 | dst.code()*B12 |
1395 emit(cond | instr | B24 | B21 | fields | 15*B12);
1530 emit(al | B24 | B21 | (imm16 >> 4)*B8 | BKPT | (imm16 & 0xf));
1572 emit(cond | B27 | B26 | B25 | (opcode_1 & 7)*B21 | crn.code()*B16 |
1595 emit(cond | B27 | B26 | B25 | (opcode_1 & 7)*B21 | L | crn.code()*B16 |
2397 emit(al | 13*B21 | type*B12 | type);
2404 return instr == (al | 13*B21 | type*B12 | type);