MCPcopy Create free account
hub / github.com/capstone-engine/capstone / getFieldOrder

Method getFieldOrder

bindings/java/capstone/Arm64.java:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 public int barrier;
36
37 @Override
38 public List getFieldOrder() {
39 return Arrays.asList("reg", "imm", "fp", "mem", "pstate", "sys", "prefetch", "barrier");
40 }
41 }
42
43 public static class OpShift extends Structure {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected