Searched refs:instFn (Results 1 – 1 of 1) sorted by relevance
515 int spirvbin_t::processInstruction(unsigned word, instfn_t instFn, idfn_t idFn) in processInstruction() argument530 if (instFn(opCode, instructionStart)) in processInstruction()674 spirvbin_t& spirvbin_t::process(instfn_t instFn, idfn_t idFn, unsigned begin, unsigned end) in process() argument687 nextInst = processInstruction(word, instFn, idFn); in process()