HomeSort by relevance Sort by last modified time
    Searched defs:SPARC_OP_MEM (Results 1 - 4 of 4) sorted by null

  /external/capstone/bindings/ocaml/
sparc.ml 6 type sparc_op_mem = { type
16 | SPARC_OP_MEM of sparc_op_mem
  /external/capstone/bindings/java/capstone/
Sparc_const.java 58 public static final int SPARC_OP_MEM = 3;
  /external/capstone/bindings/python/capstone/
sparc_const.py 55 SPARC_OP_MEM = 3
  /external/capstone/include/
sparc.h 78 SPARC_OP_MEM, // = CS_OP_MEM (Memory operand).
82 // This is associated with SPARC_OP_MEM operand type above
83 typedef struct sparc_op_mem { struct
87 } sparc_op_mem; typedef in typeref:struct:sparc_op_mem
95 sparc_op_mem mem; // base/disp value for MEM operand

Completed in 925 milliseconds