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