Searched refs:kCatNumBytes (Results 1 – 1 of 1) sorted by relevance
118 static const uint32_t kCatNumBytes = (kCatByte | kCatHalf | kCatWord | kCatLong); variable152 inline int getAccessSize(Opcode op) { return opcode_flags[op] & kCatNumBytes; } in getAccessSize()157 if (opcode_flags[op] & kCatNumBytes) in getNumAccesses()