Searched refs:opc (Results 1 – 2 of 2) sorted by relevance
179 FT_UInt opc; /* function #, or instruction code */ member
4695 if ( rec->opc == n ) in Ins_FDEF()4719 rec->opc = (FT_UInt16)n; in Ins_FDEF()4949 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_CALL()4958 while ( def < limit && def->opc != F ) in Ins_CALL()5037 if ( CUR.maxFunc + 1 != CUR.numFDefs || def->opc != F ) in Ins_LOOPCALL()5046 while ( def < limit && def->opc != F ) in Ins_LOOPCALL()5115 if ( def->opc == (FT_ULong)args[0] ) in Ins_IDEF()5136 def->opc = (FT_Byte)args[0]; in Ins_IDEF()7895 if ( (FT_Byte)def->opc == CUR.opcode && def->active ) in Ins_UNKNOWN()8951 if ( def->active && CUR.opcode == (FT_Byte)def->opc ) in TT_RunIns()
Completed in 18 milliseconds