Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.cpp128 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
175 ++load0; in check()
206 if ((load0 > 1 || store0 > 1) || (duplex > 1 || (duplex && memory)) || in check()
/NextBSD/contrib/gcc/config/i386/
HDpentium.md109 (define_cpu_unit "pentium-load0" "pentium")
111 (absence_set "pentium-load0,pentium-load1" "pentium-memory")
113 (define_reservation "pentium-load" "(pentium-load0 | pentium-load1)")
HDathlon.md98 (define_cpu_unit "athlon-load0" "athlon_load")
101 (athlon-load0 | athlon-load1),nothing")
104 (athlon-load0 + athlon-load1),nothing")
106 (define_reservation "athlon-store" "(athlon-load0 | athlon-load1)")
108 (define_reservation "athlon-store2" "(athlon-load0 + athlon-load1)")