OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARM32InstructionSet
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h
39
enum
ARM32InstructionSet
{
47
bool hasFeature(
ARM32InstructionSet
I) const { return I <= InstructionSet; }
50
ARM32InstructionSet
InstructionSet =
ARM32InstructionSet
::Begin;
172
bool hasCPUFeature(TargetARM32Features::
ARM32InstructionSet
I) const {
[
all
...]
IceTargetLoweringARM32.cpp
233
(
ARM32InstructionSet
::End -
ARM32InstructionSet
::Begin) ==
236
"
ARM32InstructionSet
range different from TargetInstructionSet");
239
InstructionSet = static_cast<
ARM32InstructionSet
>(
242
ARM32InstructionSet
::Begin);
[
all
...]
Completed in 147 milliseconds