Searched defs:runSingleFilter (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp510 void runSingleFilter(ARMFilterChooser &owner, unsigned startBit,
1074 void ARMFilterChooser::runSingleFilter(ARMFilterChooser &owner, function in class:ARMFilterChooser
1124 runSingleFilter(*this, StartBits[0], EndBits[0] - StartBits[0] + 1,
1335 runSingleFilter(*this, 28, 4, false);
H A DFixedLenDecoderEmitter.cpp348 void runSingleFilter(FilterChooser &owner, unsigned startBit, unsigned numBit,
911 void FilterChooser::runSingleFilter(FilterChooser &owner, unsigned startBit, function in class:FilterChooser
960 runSingleFilter(*this, StartBits[0], EndBits[0] - StartBits[0] + 1,

Completed in 641 milliseconds