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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 27 enum ShiftOpc {
45 static inline const char *getShiftOpcStr(ShiftOpc Op) {
56 static inline unsigned getShiftOpcEncoding(ShiftOpc Op) {
112 static inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) {
118 static inline ShiftOpc getSORegShOp(unsigned Op) {
119 return (ShiftOpc)(Op & 7);
407 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
419 static inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) {
420 return (ShiftOpc)((AM2Opc >> 13) & 7);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 26 enum ShiftOpc {
44 static inline const char *getShiftOpcStr(ShiftOpc Op) {
55 static inline unsigned getShiftOpcEncoding(ShiftOpc Op) {
111 static inline unsigned getSORegOpc(ShiftOpc ShOp, unsigned Imm) {
117 static inline ShiftOpc getSORegShOp(unsigned Op) {
118 return (ShiftOpc)(Op & 7);
406 static inline unsigned getAM2Opc(AddrOpc Opc, unsigned Imm12, ShiftOpc SO,
418 static inline ShiftOpc getAM2ShiftOpc(unsigned AM2Opc) {
419 return (ShiftOpc)((AM2Opc >> 13) & 7);
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 763 unsigned ShiftOpc = Left ? S2_asl_i_r
801 BuildMI(B, MI, DL, TII->get(ShiftOpc), (Left ? LoR : TmpR))
818 BuildMI(B, MI, DL, TII->get(ShiftOpc), HiR)
847 BuildMI(B, MI, DL, TII->get(ShiftOpc), (Left ? HiR : LoR))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
AArch64ISelLowering.cpp     [all...]

Completed in 131 milliseconds