HomeSort by relevance Sort by last modified time
    Searched defs:is_uint8 (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86/
assembler_x86.h 42 bool is_uint8() const { return IsUint<8>(value_); } function in class:art::x86::Immediate
  /art/compiler/utils/x86_64/
assembler_x86_64.h 49 bool is_uint8() const { return IsUint<8>(value_); } function in class:art::x86_64::Immediate
    [all...]

Completed in 69 milliseconds