Lines Matching refs:FN
730 #define DECLARE_FUNCTION(FN, REGTYPE, REG, OP) \
731 void FN(const REGTYPE REG, const MemOperand& addr);
739 #define DECLARE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
740 void FN(const REGTYPE REG, const REGTYPE REG2, const MemOperand& addr);