Lines Matching refs:operand3

843 …e,unsigned int numOperands,OPERAND *operand1,OPERAND *operand2,OPERAND *operand3,LISTING_RECORD *l…  in HandleAddressingMode()  argument
1018 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1042 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1139 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1192 value=operand3->value-((currentSegment->currentPC+currentSegment->codeGenOffset)+3); in HandleAddressingMode()
1371 …ODE *addressingMode,unsigned int numOperands,OPERAND *operand1,OPERAND *operand2,OPERAND *operand3) in OperandsMatchAddressingMode() argument
1438 …return((numOperands==3)&&(operand1->type==OT_A)&&(operand2->type==OT_VALUE)&&(operand3->type==OT_V… in OperandsMatchAddressingMode()
1441 …return((numOperands==3)&&(operand1->type==OT_A)&&(operand2->type==OT_IMMEDIATE)&&(operand3->type==… in OperandsMatchAddressingMode()
1459 …ds==3)&&(operand1->type==OT_REGISTER)&&(operand2->type==OT_IMMEDIATE)&&(operand3->type==OT_VALUE)); in OperandsMatchAddressingMode()
1471 …ds==3)&&(operand1->type==OT_INDIRECT)&&(operand2->type==OT_IMMEDIATE)&&(operand3->type==OT_VALUE)); in OperandsMatchAddressingMode()
1510 …ned int *lineIndex,unsigned int *numOperands,OPERAND *operand1,OPERAND *operand2,OPERAND *operand3) in ParseOperands() argument
1540 if(ParseOperand(line,lineIndex,operand3)) in ParseOperands()
1612 operand3; in AttemptOpcode() local
1627 …if(ParseOperands(line,lineIndex,&numOperands,&operand1,&operand2,&operand3)) // fetch operands for… in AttemptOpcode()
1632 …erandsMatchAddressingMode(&(opcode->addressingModes[i]),numOperands,&operand1,&operand2,&operand3)) in AttemptOpcode()
1634 …ressingMode(&(opcode->addressingModes[i]),numOperands,&operand1,&operand2,&operand3,listingRecord); in AttemptOpcode()