HomeSort by: relevance | last modified time | path
    Searched defs:notx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 7544 rtx notx = gen_rtx_NOT (V16QImode, force_reg (V16QImode, x));
7546 ? gen_rtx_IOR (V16QImode, notx, notx)
7547 : gen_rtx_AND (V16QImode, notx, notx));
23443 rtx notx, iorx, unspec;
23471 notx = gen_rtx_NOT (V16QImode, sel);
23473 ? gen_rtx_IOR (V16QImode, notx, notx)
23474 : gen_rtx_AND (V16QImode, notx, notx))
7532 rtx notx = gen_rtx_NOT (V16QImode, force_reg (V16QImode, x)); local
23399 rtx notx, iorx, unspec; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 7468 rtx notx = gen_rtx_NOT (V16QImode, force_reg (V16QImode, x));
7470 ? gen_rtx_IOR (V16QImode, notx, notx)
7471 : gen_rtx_AND (V16QImode, notx, notx));
22965 rtx notx, iorx, unspec;
22993 notx = gen_rtx_NOT (V16QImode, sel);
22995 ? gen_rtx_IOR (V16QImode, notx, notx)
22996 : gen_rtx_AND (V16QImode, notx, notx))
7456 rtx notx = gen_rtx_NOT (V16QImode, force_reg (V16QImode, x)); local
22921 rtx notx, iorx, unspec; local
    [all...]

Completed in 57 milliseconds