Home | History | Annotate | Download | only in arm

Lines Matching refs:Bit

939   if (instr->Bit(4) == 0) {
1162 // uses the ObjectPair which is essentially two 32-bit values stuffed into a
1163 // 64-bit value. With the code below we assume that all runtime calls return
1252 if (instr->Bit(24) == 0) {
1260 if (instr->Bit(23) == 0) {
1261 if (instr->Bit(21) == 0) {
1294 if (instr->Bit(22) == 1) {
1323 if (instr->Bit(22) == 0) {
1362 // The PU field is a 2-bit field.
1405 // The PU field is a 2-bit field.
1744 ASSERT(instr->Bits(6, 4) == 0x5 || instr->Bit(4) == 0);
1818 ASSERT(instr->Bit(22) == 0); // only allowed to be set in privileged mode
1847 if (instr->Bit(24) == 1) {
1863 if (instr->Bit(22) == 0) {
1907 // The PU field is a 2-bit field.
1935 ASSERT((instr->TypeField() == 7) && (instr->Bit(24) == 0x0) );
1942 if (instr->Bit(23) == 1) {
1946 (instr->Bit(8) == 1) &&
1947 (instr->Bit(6) == 1) &&
1948 (instr->Bit(4) == 0)) {
1955 (instr->Bit(8) == 1) &&
1956 (instr->Bit(7) == 1) &&
1957 (instr->Bit(6) == 1) &&
1958 (instr->Bit(4) == 0)) {
1963 } else if ((instr->Bit(21) == 0x0) &&
1964 (instr->Bit(20) == 0x0) &&
1966 (instr->Bit(8) == 1) &&
1967 (instr->Bit(6) == 0) &&
1968 (instr->Bit(4) == 0)) {
1976 (instr->Bit(8) == 0x1) &&
1977 (instr->Bit(6) == 0x1) &&
1978 (instr->Bit(4) == 0x0)) {
1986 (instr->Bit(4) == 0x1) &&
1995 } else if (instr->Bit(21) == 1) {
1996 if ((instr->Bit(20) == 0x1) &&
1998 (instr->Bit(8) == 0x1) &&
1999 (instr->Bit(6) == 0) &&
2000 (instr->Bit(4) == 0)) {
2005 } else if ((instr->Bit(20) == 0x1) &&
2007 (instr->Bit(8) == 0x1) &&
2008 (instr->Bit(6) == 1) &&
2009 (instr->Bit(4) == 0)) {
2014 } else if ((instr->Bit(20) == 0x0) &&
2016 (instr->Bit(8) == 0x1) &&
2017 (instr->Bit(6) == 0) &&
2018 (instr->Bit(4) == 0)) {
2027 if ((instr->Bit(20) == 0x0) &&
2030 (instr->Bit(4) == 1) &&
2034 } else if ((instr->Bit(20) == 0x1) &&
2037 (instr->Bit(4) == 1) &&