Home | History | Annotate | Download | only in arm

Lines Matching refs:Bit

1419   if (instr->Bit(4) == 0) {
1702 // uses the ObjectPair which is essentially two 32-bit values stuffed into a
1703 // 64-bit value. With the code below we assume that all runtime calls return
2010 if (instr->Bit(24) == 0) {
2018 if (instr->Bit(23) == 0) {
2019 if (instr->Bit(21) == 0) {
2052 if (instr->Bit(22) == 1) {
2081 if (instr->Bit(22) == 0) {
2120 // The PU field is a 2-bit field.
2163 // The PU field is a 2-bit field.
2169 if (((instr->Bits(7, 4) & 0xd) == 0xd) && (instr->Bit(20) == 0)) {
2560 if (instr->Bit(22) == 0x1) { // USAT.
2564 int32_t shift_type = instr->Bit(6);
2604 if (instr->Bit(22)) {
2677 ASSERT(instr->Bit(22) == 0); // only allowed to be set in privileged mode
2706 if (instr->Bit(24) == 1) {
2730 ASSERT((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) );
2738 if (instr->Bit(4) == 0) {
2886 ASSERT((instr->Bit(4) == 1) && (instr->VCValue() == 0x0) &&
2904 ASSERT((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
2928 if (instr->Bit(7) == 1) {
2942 ASSERT((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7));
2977 // Check for overflow. This code works because 32bit integers can be
2978 // exactly represented by ieee-754 64bit floating-point values.
3020 ASSERT((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7) &&
3026 bool to_integer = (instr->Bit(18) == 1);
3042 // Bit 7 in vcvt instructions indicates if we should use the FPSCR rounding
3044 VFPRoundingMode mode = (instr->Bit(7) != 1) ? FPSCR_rounding_mode_
3048 bool unsigned_integer = (instr->Bit(16) == 0);
3097 bool unsigned_integer = (instr->Bit(7) == 0);