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

  /art/runtime/arch/x86/
instruction_set_features_x86.h 99 kSse4_2Bitfield = 8,
instruction_set_features_x86.cc 101 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0;
256 (has_SSE4_2_ ? kSse4_2Bitfield : 0) |

Completed in 62 milliseconds