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

/art/compiler/dex/quick/mips/
H A Dutility_mips.cc413 if (IS_UIMM16((value))) {
421 if (IS_UIMM16((value))) {
429 if (IS_UIMM16((value))) {
H A Dmips_lir.h714 #define IS_UIMM16(v) ((0 <= (v)) && ((v) <= 65535)) macro

Completed in 33 milliseconds