Searched refs:recogInstr (Results 1 – 3 of 3) 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()
145 RecognizableInstr recogInstr(tables, insn, uid); in processInstr() local147 if (recogInstr.shouldBeEmitted()) { in processInstr()148 recogInstr.emitInstructionSpecifier(); in processInstr()149 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()