Lines Matching refs:table

5954 #define E_VECTORED_HOLD(table) DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (0 << 19) + (EU <…  argument
5955 #define E_COND_VECTORED_HOLD(cond, table) \ argument
5956 DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (0 << 19) + (cond << 5) + (table << 20)
5957 #define E_VECTORED_HOLD_NRA(table) \ argument
5958 DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (0 << 19) + (EU << 5) + (table << 20)
5960 …(cond, table) DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (0 << 19) + (cond << 5) + (table
5963 #define E_VECTORED_HOLD_LV(table) \ argument
5964 DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (1 << 19) + (EU << 5) + (table << 20)
5965 #define E_COND_VECTORED_HOLD_LV(cond, table) \ argument
5966 DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (1 << 19) + (cond << 5) + (table << 20)
5967 #define E_VECTORED_HOLD_LV_NRA(table) \ argument
5968 DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (1 << 19) + (EU << 5) + (table << 20)
5970 …(cond, table) DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (1 << 19) + (cond << 5) + (table
5974 #define E_ACC_VECTORED_HOLD(table, vectors) … argument
5975 …DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (0 << 19) + (EU << 5) + (table << 20) + (1 << 9…
5977 #define E_COND_ACC_VECTORED_HOLD(cond, table, vectors) … argument
5978 …DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (0 << 19) + (cond << 5) + (table << 20) + (1 <<…
5980 #define E_ACC_VECTORED_HOLD_NRA(table, vectors) … argument
5981 …DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (0 << 19) + (EU << 5) + (table << 20) + (1 << 9…
5984 …(cond, table, vectors) DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (0 << 19) + (cond << 5) …
5985 (table << 20) + (1 << 9) + (vectors << 24)
5988 #define E_ACC_VECTORED_HOLD_LV(table, vectors) … argument
5989 …DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (1 << 19) + (EU << 5) + (table << 20) + (1 << 9…
5991 #define E_COND_ACC_VECTORED_HOLD_LV(cond, table, vectors) … argument
5992 …DCD 0x1C + (table << 10) + (0 << 15) + (0 << 18) + (1 << 19) + (cond << 5) + (table << 20) + (1 <<…
5994 #define E_ACC_VECTORED_HOLD_LV_NRA(table, vectors) … argument
5995 …DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (1 << 19) + (EU << 5) + (table << 20) + (1 << 9…
5998 …(cond, table, vectors) DCD 0x1C + (table << 10) + (0 << 15) + (1 << 18) + (1 << 19) + (cond << 5) …
5999 (table << 20) + (1 << 9) + (vectors << 24)