Home
last modified time | relevance | path

Searched refs:to_x_32 (Results 1 – 9 of 9) sorted by relevance

/external/capstone/bindings/python/
Dtest_sparc.py8 from xprint import to_x, to_hex, to_x_32
35 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x_32(i.imm)))
46 % (c, to_x_32(i.mem.disp)))
Dtest_ppc.py7 from xprint import to_x, to_hex, to_x_32
31 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x_32(i.imm)))
39 % (c, to_x_32(i.mem.disp)))
Dtest_arm.py8 from xprint import to_hex, to_x, to_x_32
43 print("\t\toperands[%u].type: IMM = 0x%s" % (c, to_x_32(i.imm)))
70 % (c, to_x_32(i.mem.disp)))
Dtest_x86.py7 from xprint import to_hex, to_x, to_x_32
52 print("\tdisp: 0x%s" % to_x_32(insn.disp))
Dxprint.py30 def to_x_32(s): function
Dtest_skipdata.py8 from xprint import to_x, to_hex, to_x_32
Dtest_xcore.py8 from xprint import to_x, to_hex, to_x_32
Dtest_systemz.py8 from xprint import to_x, to_hex, to_x_32
Dtest_basic.py9 from xprint import to_hex, to_x, to_x_32