HomeSort by relevance Sort by last modified time
    Searched defs:ShiftOpc (Results 1 - 3 of 3) 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/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 776 unsigned ShiftOpc = Left ? S2_asl_i_r
814 BuildMI(B, MI, DL, TII->get(ShiftOpc), (Left ? LoR : TmpR))
831 BuildMI(B, MI, DL, TII->get(ShiftOpc), HiR)
860 BuildMI(B, MI, DL, TII->get(ShiftOpc), (Left ? HiR : LoR))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 130 milliseconds