OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasSSE4_1
(Results
1 - 3
of
3
) sorted by null
/art/runtime/arch/x86/
instruction_set_features_x86.h
61
bool
HasSSE4_1
() const { return has_SSE4_1_; }
/art/compiler/optimizing/
intrinsics_x86.cc
715
if (codegen->GetInstructionSetFeatures().
HasSSE4_1
()) {
777
if (codegen_->GetInstructionSetFeatures().
HasSSE4_1
()) {
[
all
...]
intrinsics_x86_64.cc
535
if (codegen->GetInstructionSetFeatures().
HasSSE4_1
()) {
592
if (codegen->GetInstructionSetFeatures().
HasSSE4_1
()) {
[
all
...]
Completed in 283 milliseconds