Home | History | Annotate | Download | only in optimizing

Lines Matching refs:instruction_set

86                                                 InstructionSet instruction_set) {
87 return instruction_set == kArm
88 || instruction_set == kArm64
89 || instruction_set == kMips
90 || instruction_set == kMips64
91 || instruction_set == kThumb2
92 || instruction_set == kX86
93 || instruction_set == kX86_64;