• Home
  • Raw
  • Download

Lines Matching refs:Bit

939   if (instr->Bit(4) == 0) {  in GetShiftRm()
1252 if (instr->Bit(24) == 0) { in DecodeType01()
1260 if (instr->Bit(23) == 0) { in DecodeType01()
1261 if (instr->Bit(21) == 0) { in DecodeType01()
1294 if (instr->Bit(22) == 1) { in DecodeType01()
1323 if (instr->Bit(22) == 0) { in DecodeType01()
1744 ASSERT(instr->Bits(6, 4) == 0x5 || instr->Bit(4) == 0); in DecodeType3()
1818 ASSERT(instr->Bit(22) == 0); // only allowed to be set in privileged mode in DecodeType4()
1847 if (instr->Bit(24) == 1) { in DecodeType7()
1863 if (instr->Bit(22) == 0) { in DecodeUnconditional()
1935 ASSERT((instr->TypeField() == 7) && (instr->Bit(24) == 0x0) ); in DecodeTypeVFP()
1942 if (instr->Bit(23) == 1) { in DecodeTypeVFP()
1946 (instr->Bit(8) == 1) && in DecodeTypeVFP()
1947 (instr->Bit(6) == 1) && in DecodeTypeVFP()
1948 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
1955 (instr->Bit(8) == 1) && in DecodeTypeVFP()
1956 (instr->Bit(7) == 1) && in DecodeTypeVFP()
1957 (instr->Bit(6) == 1) && in DecodeTypeVFP()
1958 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
1963 } else if ((instr->Bit(21) == 0x0) && in DecodeTypeVFP()
1964 (instr->Bit(20) == 0x0) && in DecodeTypeVFP()
1966 (instr->Bit(8) == 1) && in DecodeTypeVFP()
1967 (instr->Bit(6) == 0) && in DecodeTypeVFP()
1968 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
1976 (instr->Bit(8) == 0x1) && in DecodeTypeVFP()
1977 (instr->Bit(6) == 0x1) && in DecodeTypeVFP()
1978 (instr->Bit(4) == 0x0)) { in DecodeTypeVFP()
1986 (instr->Bit(4) == 0x1) && in DecodeTypeVFP()
1995 } else if (instr->Bit(21) == 1) { in DecodeTypeVFP()
1996 if ((instr->Bit(20) == 0x1) && in DecodeTypeVFP()
1998 (instr->Bit(8) == 0x1) && in DecodeTypeVFP()
1999 (instr->Bit(6) == 0) && in DecodeTypeVFP()
2000 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
2005 } else if ((instr->Bit(20) == 0x1) && in DecodeTypeVFP()
2007 (instr->Bit(8) == 0x1) && in DecodeTypeVFP()
2008 (instr->Bit(6) == 1) && in DecodeTypeVFP()
2009 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
2014 } else if ((instr->Bit(20) == 0x0) && in DecodeTypeVFP()
2016 (instr->Bit(8) == 0x1) && in DecodeTypeVFP()
2017 (instr->Bit(6) == 0) && in DecodeTypeVFP()
2018 (instr->Bit(4) == 0)) { in DecodeTypeVFP()
2027 if ((instr->Bit(20) == 0x0) && in DecodeTypeVFP()
2030 (instr->Bit(4) == 1) && in DecodeTypeVFP()
2034 } else if ((instr->Bit(20) == 0x1) && in DecodeTypeVFP()
2037 (instr->Bit(4) == 1) && in DecodeTypeVFP()