Lines Matching refs:TMS320C64X_REG_B0
271 base = (base - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeMemOperandSc()
272 else if((base >= TMS320C64X_REG_B0) && (base <= TMS320C64X_REG_B31)) in DecodeMemOperandSc()
273 base = (base - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeMemOperandSc()
294 offset = (offset - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeMemOperandSc()
295 else if((offset >= TMS320C64X_REG_B0) && (offset <= TMS320C64X_REG_B31)) in DecodeMemOperandSc()
296 offset = (offset - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeMemOperandSc()
368 Inst->flat_insn->detail->tms320c64x.condition.reg = TMS320C64X_REG_B0; in DecodeCondRegister()
431 op->RegVal = (op->RegVal - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeSide()
432 else if((op->RegVal >= TMS320C64X_REG_B0) && (op->RegVal <= TMS320C64X_REG_B31)) in DecodeSide()
433 op->RegVal = (op->RegVal - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeSide()
499 op->RegVal = (op->RegVal - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeCrosspathX1()
500 else if((op->RegVal >= TMS320C64X_REG_B0) && (op->RegVal <= TMS320C64X_REG_B31)) in DecodeCrosspathX1()
501 op->RegVal = (op->RegVal - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeCrosspathX1()
531 op->RegVal = (op->RegVal - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeCrosspathX2()
532 else if((op->RegVal >= TMS320C64X_REG_B0) && (op->RegVal <= TMS320C64X_REG_B31)) in DecodeCrosspathX2()
533 op->RegVal = (op->RegVal - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeCrosspathX2()
563 op->RegVal = (op->RegVal - TMS320C64X_REG_A0 + TMS320C64X_REG_B0); in DecodeCrosspathX3()
564 else if((op->RegVal >= TMS320C64X_REG_B0) && (op->RegVal <= TMS320C64X_REG_B31)) in DecodeCrosspathX3()
565 op->RegVal = (op->RegVal - TMS320C64X_REG_B0 + TMS320C64X_REG_A0); in DecodeCrosspathX3()