Home
last modified time | relevance | path

Searched defs:is_uint16 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h47 bool is_uint16() const { return IsUint(16, value_); } in is_uint16() function
/art/compiler/utils/x86/
Dassembler_x86.h40 bool is_uint16() const { return IsUint(16, value_); } in is_uint16() function