Searched refs:isExtendedUnaryMath (Results 1 – 2 of 2) sorted by relevance
409 static bool isExtendedUnaryMath(Opcode opt) { return (opt >= kAbs) && (opt <= kTanhf); } in isExtendedUnaryMath() function
554 …if (inst1->fOpcode == FBCInstruction::kLoadReal && FBCInstruction::isExtendedUnaryMath(inst2->fOpc… in rewrite()1114 FBCInstruction::isExtendedUnaryMath(inst2->fOpcode)) { in rewrite()1119 FBCInstruction::isExtendedUnaryMath(inst2->fOpcode)) { in rewrite()