Home
last modified time | relevance | path

Searched refs:Systemz (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/java/
DTestSystemz.java5 import capstone.Systemz;
37 Systemz.OpInfo operands = (Systemz.OpInfo) ins.operands; in print_ins_detail()
42 Systemz.Operand i = (Systemz.Operand) operands.op[c]; in print_ins_detail()
DMakefile27 Sparc.java Systemz.java
/external/capstone/bindings/java/capstone/
DCapstone.java34 public Systemz.UnionOpInfo sysz;
185 detail.arch.setType(Systemz.UnionOpInfo.class); in getOptInfo()
187 op_info = new Systemz.OpInfo((Systemz.UnionOpInfo) detail.arch.sysz); in getOptInfo()
DSystemz.java14 public class Systemz { class
/external/capstone/bindings/ocaml/
Dtest_systemz.ml6 open Systemz
Dcapstone.ml10 open Systemz