Searched refs:GET_LMASK (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dop_helper.c332 #define GET_LMASK(v) ((v) & 3) macro
335 #define GET_LMASK(v) (((v) & 3) ^ 3)
346 if (GET_LMASK(arg2) <= 2) {
351 if (GET_LMASK(arg2) <= 1) {
356 if (GET_LMASK(arg2) == 0) {
370 if (GET_LMASK(arg2) >= 1) {
375 if (GET_LMASK(arg2) >= 2) {
380 if (GET_LMASK(arg2) == 3) {
391 if (GET_LMASK(arg2) <= 2)
394 if (GET_LMASK(arg
[all...]

Completed in 36 milliseconds