Displaying 1 result from an estimated 1 matches for "decodebranchtarget".
2018 Mar 26
0
wrong imm value for branch conditions..
...[], IIC_BRc> {*
* let rd = 0b10101;*
*}*
*def brtarget : Operand<OtherVT>*
*{*
* let PrintMethod = "printPCRelImmOperand";*
* let EncoderMethod = "getBranchTargetOpValue";*
* let OperandType = "OPERAND_PCREL";*
* let DecoderMethod = "DecodeBranchTarget";*
*}*
*getBranchTargetOpValue**(const MCInst &MI, unsigned OpNo,*
* SmallVectorImpl<MCFixup> &Fixups,*
* const MCSubtargetInfo &STI) const {*
* const MCOperand &MO = MI.getOperand(OpNo);*
* printf("in getBr...