Home
last modified time | relevance | path

Searched refs:OpShift (Results 1 – 4 of 4) sorted by relevance

/external/capstone/bindings/java/capstone/
DArm64.java43 public static class OpShift extends Structure { class in Arm64
57 public OpShift shift;
DArm.java42 public static class OpShift extends Structure { class in Arm
54 public OpShift shift;
/external/llvm-project/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp1294 unsigned OpShift, OpCarry; in expand() local
1297 OpShift = AVR::ADDRdRr; in expand()
1304 buildMI(MBB, MBBI, OpShift) in expand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp1256 unsigned OpShift, OpCarry; in expand() local
1259 OpShift = AVR::ADDRdRr; in expand()
1266 buildMI(MBB, MBBI, OpShift) in expand()