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

  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 4489 rtx meml = gen_rtx_MEM (SFmode,
4497 rtx setl = gen_rtx_SET (meml, regl);
4477 rtx meml = gen_rtx_MEM (SFmode, local
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 4346 rtx meml = gen_rtx_MEM (SFmode,
4354 rtx setl = gen_rtx_SET (meml, regl);
4334 rtx meml = gen_rtx_MEM (SFmode, local
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3406 rtx meml, memh, addr, extl, exth, tmp, mema;
3411 meml = adjust_address (mem, QImode, ofs);
3415 emit_insn (gen_zero_extendqidi2 (extl, meml));
3436 meml = gen_reg_rtx (DImode);
3455 emit_move_insn (meml, tmp);
3469 emit_insn (gen_extql (extl, meml, addr));
3482 emit_insn (gen_extxl (extl, meml, GEN_INT (size*8), addr));
3516 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta;
3530 meml = adjust_address (dst, QImode, ofs);
3533 emit_move_insn (meml, dstl)
3397 rtx meml, memh, addr, extl, exth, tmp, mema; local
3507 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3405 rtx meml, memh, addr, extl, exth, tmp, mema;
3410 meml = adjust_address (mem, QImode, ofs);
3414 emit_insn (gen_zero_extendqidi2 (extl, meml));
3435 meml = gen_reg_rtx (DImode);
3454 emit_move_insn (meml, tmp);
3468 emit_insn (gen_extql (extl, meml, addr));
3481 emit_insn (gen_extxl (extl, meml, GEN_INT (size*8), addr));
3515 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta;
3529 meml = adjust_address (dst, QImode, ofs);
3532 emit_move_insn (meml, dstl)
3396 rtx meml, memh, addr, extl, exth, tmp, mema; local
3506 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local
    [all...]

Completed in 56 milliseconds