Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1272 #define CASE_NF(OP) \ in convertToThreeAddressWithLEA() macro
1278 CASE_NF(SHL8ri) in convertToThreeAddressWithLEA()
1279 CASE_NF(SHL16ri) { in convertToThreeAddressWithLEA()
1288 CASE_NF(INC8r) in convertToThreeAddressWithLEA()
1289 CASE_NF(INC16r) in convertToThreeAddressWithLEA()
1292 CASE_NF(DEC8r) in convertToThreeAddressWithLEA()
1293 CASE_NF(DEC16r) in convertToThreeAddressWithLEA()
1296 CASE_NF(ADD8ri) in convertToThreeAddressWithLEA()
1297 CASE_NF(ADD16ri) in convertToThreeAddressWithLEA()
1302 CASE_NF(ADD8rr) in convertToThreeAddressWithLEA()
[all …]