Home | History | Annotate | Download | only in arm

Lines Matching refs:Bit

120   // Each of these functions decodes one particular instruction type, a 3-bit
261 shift_names[instr->Bit(6) * 2],
350 // Print register list in ascending order, by scanning the bit mask.
429 if (instr->Bit(21) == 0) {
456 if (instr->Bit(21) == 0) {
458 // Bits 20-16 represent most-significant bit. Covert to width.
506 if ((instr->Bits(27, 25) == 0) && (instr->Bit(20) == 0) &&
507 (instr->Bits(7, 6) == 3) && (instr->Bit(4) == 1)) {
508 Bit(5) == 1) {
529 // 'off12: 12-bit offset for load and store instructions
535 // 'off0to3and8to19 16-bit immediate encoded in bits 19-8 and 3-0.
543 // 'off8: 8-bit offset for extra load and store instructions
606 // The manual gets the meaning of bit 22 backwards in the multiply
614 // pages. The other 18 mul instructions have the bit set or unset in
618 if (instr->Bit(22) == 0) {
686 if (instr->Bit(24) == 0) {
688 if (instr->Bit(23) == 0) {
689 if (instr->Bit(21) == 0) {
713 } else if ((instr->Bit(20) == 0) && ((instr->Bits(7, 4) & 0xd) == 0xd)) {
717 if (instr->Bit(22) == 0) {
725 if (instr->Bit(22) == 0) {
733 if (instr->Bit(22) == 0) {
741 if (instr->Bit(22) == 0) {
749 // The PU field is a 2-bit field.
758 if (instr->Bit(22) == 0) {
766 if (instr->Bit(22) == 0) {
774 if (instr->Bit(22) == 0) {
782 if (instr->Bit(22) == 0) {
790 // The PU field is a 2-bit field.
912 // The Opcode field is a 4-bit field.
948 // The PU field is a 2-bit field.
966 if (instr->Bit(22) == 0x1) {
986 if (instr->Bit(22)) {
1012 // The PU field is a 2-bit field.
1021 if (instr->Bit(22) != 0) {
1045 if (instr->Bit(24) == 1) {
1086 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
1089 if (instr->Bit(4) == 0) {
1178 VERIFY((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) &&
1192 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1198 bool raise_exception_for_qnan = (instr->Bit(7) == 0x1);
1215 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1229 VERIFY((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
1233 bool to_integer = (instr->Bit(18) == 1);
1236 bool unsigned_integer = (instr->Bit(16) == 0);
1252 bool unsigned_integer = (instr->Bit(7) == 0);