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 110 kSse4_2Bitfield = 1 << 2,
instruction_set_features_x86.cc 111 bool has_SSE4_2 = (bitmap & kSse4_2Bitfield) != 0;
231 (has_SSE4_2_ ? kSse4_2Bitfield : 0) |

Completed in 5030 milliseconds