Home
last modified time | relevance | path

Searched refs:TMS320C64X_REG_B0 (Results 1 – 5 of 5) sorted by relevance

/external/capstone/arch/TMS320C64x/
DTMS320C64xDisassembler.c271 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 …]
DTMS320C64xMapping.c75 { TMS320C64X_REG_B0, "b0" },
/external/capstone/bindings/java/capstone/
DTMS320C64x_const.java82 public static final int TMS320C64X_REG_B0 = 57; field in TMS320C64x_const
/external/capstone/bindings/python/capstone/
Dtms320c64x_const.py79 TMS320C64X_REG_B0 = 57 variable
/external/capstone/include/capstone/
Dtms320c64x.h138 TMS320C64X_REG_B0, enumerator