Searched refs:recogInstr (Results 1 – 2 of 2) sorted by relevance
276 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local278 recogInstr.emitInstructionSpecifier(tables); in processInstr()280 if (recogInstr.shouldBeEmitted()) in processInstr()281 recogInstr.emitDecodePath(tables); in processInstr()
272 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local274 if (recogInstr.shouldBeEmitted()) { in processInstr()275 recogInstr.emitInstructionSpecifier(); in processInstr()276 recogInstr.emitDecodePath(tables); in processInstr()