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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrFoldTables.cpp 51 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE },
52 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE },
54 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE },
57 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE },
58 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE },
60 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE },
62 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE },
64 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE },
66 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE },
492 { X86::COMISDrr_Int, X86::COMISDrm_Int, TB_NO_REVERSE },
    [all...]
X86InstrFoldTables.h 33 TB_NO_REVERSE = 1 << 4,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.cpp 75 TB_NO_REVERSE = 1 << 16,
104 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE },
105 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE },
107 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE },
110 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE },
111 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE },
113 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE },
116 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE },
117 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE },
119 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE },
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp 85 TB_NO_REVERSE = 1 << 4,
133 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE },
134 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE },
136 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE },
139 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE },
140 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE },
142 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE },
145 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE },
146 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE },
148 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE },
    [all...]

Completed in 51 milliseconds