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

/external/v8/test/unittests/compiler/arm/
H A Dinstruction-selector-arm-unittest.cc42 struct FAI { struct in namespace:v8::internal::compiler::__anon18921
50 std::ostream& operator<<(std::ostream& os, const FAI& fai) {
55 const FAI kFAIs[] = {{&RawMachineAssembler::Float32Add, "Float32Add",
1753 typedef InstructionSelectorTestWithParam<FAI> InstructionSelectorFAITest;
1757 const FAI& fai = GetParam();
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2187 unsigned FAI = 0; local
2188 for (FAI = 0; FAI < NParameters; ++FAI)
2189 if (M->Parameters[FAI].Name == FA.Name)
2192 if (FAI >= NParameters) {
2199 PI = FAI;
2218 for (unsigned FAI = 0; FAI < NParameters; ++FAI) {
[all...]

Completed in 104 milliseconds