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

/external/qemu/target-mips/
H A Dop_helper.c411 #define GET_LMASK(v) ((v) & 3) macro
414 #define GET_LMASK(v) (((v) & 3) ^ 3)
426 if (GET_LMASK(arg2) <= 2) {
431 if (GET_LMASK(arg2) <= 1) {
436 if (GET_LMASK(arg2) == 0) {
451 if (GET_LMASK(arg2) >= 1) {
456 if (GET_LMASK(arg2) >= 2) {
461 if (GET_LMASK(arg2) == 3) {
473 if (GET_LMASK(arg2) <= 2)
476 if (GET_LMASK(arg
[all...]

Completed in 55 milliseconds