Searched refs:TMS320C64X_REG_B0 (Results 1 – 5 of 5) sorted by relevance
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()[all …]
75 { TMS320C64X_REG_B0, "b0" },
82 public static final int TMS320C64X_REG_B0 = 57; field in TMS320C64x_const
79 TMS320C64X_REG_B0 = 57 variable
138 TMS320C64X_REG_B0, enumerator