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

  /art/runtime/arch/x86/
instruction_set_features_x86.h 98 kSse4_1Bitfield = 4,
instruction_set_features_x86.cc 100 bool has_SSE4_1 = (bitmap & kSse4_1Bitfield) != 0;
255 (has_SSE4_1_ ? kSse4_1Bitfield : 0) |

Completed in 60 milliseconds