Lines Matching refs:Spec
215 Spec = &tables.specForUID(UID); in RecognizableInstr()
511 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()
512 Spec->operands[operandIndex].type = in handleOperand()
519 Spec->operands[operandIndex].encoding = encodingFromString(typeName, in handleOperand()
521 Spec->operands[operandIndex].type = typeFromString(typeName, in handleOperand()
531 Spec->name = Name; in emitInstructionSpecifier()
538 Spec->filtered = true; in emitInstructionSpecifier()
547 Spec->insnContext = insnContext(); in emitInstructionSpecifier()
928 Spec->modifierType = MODIFIER_MODRM; in emitDecodePath()
929 Spec->modifierBase = Opcode; in emitDecodePath()
995 if(Spec->modifierType != MODIFIER_MODRM) { in emitDecodePath()
1010 Spec->modifierType = MODIFIER_OPCODE; in emitDecodePath()
1011 Spec->modifierBase = opcodeToSet; in emitDecodePath()
1027 Spec->modifierType = MODIFIER_NONE; in emitDecodePath()
1028 Spec->modifierBase = opcodeToSet; in emitDecodePath()