Home
last modified time | relevance | path

Searched refs:TB_NO_REVERSE (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFoldTables.cpp36 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE },
37 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE },
38 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE },
39 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE },
40 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE },
41 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE },
42 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE },
43 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE },
44 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE },
45 { X86::ADD8ri_DB, X86::ADD8mi, TB_NO_REVERSE },
[all …]
DX86InstrFoldTables.h32 TB_NO_REVERSE = 1 << 3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFoldTables.cpp36 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE },
37 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE },
38 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE },
39 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE },
40 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE },
41 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE },
42 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE },
43 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE },
44 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE },
45 { X86::ADD8ri_DB, X86::ADD8mi, TB_NO_REVERSE },
[all …]
DX86InstrFoldTables.h32 TB_NO_REVERSE = 1 << 3, enumerator
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp85 TB_NO_REVERSE = 1 << 4, enumerator
133 { X86::ADD16ri_DB, X86::ADD16mi, TB_NO_REVERSE }, in X86InstrInfo()
134 { X86::ADD16ri8_DB, X86::ADD16mi8, TB_NO_REVERSE }, in X86InstrInfo()
136 { X86::ADD16rr_DB, X86::ADD16mr, TB_NO_REVERSE }, in X86InstrInfo()
139 { X86::ADD32ri_DB, X86::ADD32mi, TB_NO_REVERSE }, in X86InstrInfo()
140 { X86::ADD32ri8_DB, X86::ADD32mi8, TB_NO_REVERSE }, in X86InstrInfo()
142 { X86::ADD32rr_DB, X86::ADD32mr, TB_NO_REVERSE }, in X86InstrInfo()
145 { X86::ADD64ri32_DB,X86::ADD64mi32, TB_NO_REVERSE }, in X86InstrInfo()
146 { X86::ADD64ri8_DB, X86::ADD64mi8, TB_NO_REVERSE }, in X86InstrInfo()
148 { X86::ADD64rr_DB, X86::ADD64mr, TB_NO_REVERSE }, in X86InstrInfo()
[all …]