Lines Matching refs:RegVal

430 				if((op->RegVal >= TMS320C64X_REG_A0) && (op->RegVal <= TMS320C64X_REG_A31))  in DecodeSide()
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()
498 if((op->RegVal >= TMS320C64X_REG_A0) && (op->RegVal <= TMS320C64X_REG_A31)) in DecodeCrosspathX1()
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()
530 if((op->RegVal >= TMS320C64X_REG_A0) && (op->RegVal <= TMS320C64X_REG_A31)) in DecodeCrosspathX2()
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()
562 if((op->RegVal >= TMS320C64X_REG_A0) && (op->RegVal <= TMS320C64X_REG_A31)) in DecodeCrosspathX3()
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()