Home | History | Annotate | Download | only in crosstest

Lines Matching refs:FuncType

252   typedef Type (*FuncType)(Type, Type);
255 FuncType FuncLlc;
256 FuncType FuncSz;
259 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \
323 typedef v4f32 (*FuncType)(v4f32, v4f32);
326 FuncType FuncLlc;
327 FuncType FuncSz;
330 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \