Lines Matching refs:Spec
203 Spec = &tables.specForUID(UID); in RecognizableInstr()
519 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()
520 Spec->operands[operandIndex].type = in handleOperand()
527 Spec->operands[operandIndex].encoding = encodingFromString(typeName, in handleOperand()
529 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand()
539 Spec->name = Name; in emitInstructionSpecifier()
546 Spec->filtered = true; in emitInstructionSpecifier()
555 Spec->insnContext = insnContext(); in emitInstructionSpecifier()
889 Spec->modifierType = MODIFIER_MODRM; in emitDecodePath()
890 Spec->modifierBase = Opcode; in emitDecodePath()
956 if(Spec->modifierType != MODIFIER_MODRM) { in emitDecodePath()
971 Spec->modifierType = MODIFIER_OPCODE; in emitDecodePath()
972 Spec->modifierBase = opcodeToSet; in emitDecodePath()
988 Spec->modifierType = MODIFIER_NONE; in emitDecodePath()
989 Spec->modifierBase = opcodeToSet; in emitDecodePath()