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

  /src/sys/arch/ia64/include/
cpufunc.h 126 insl(unsigned int port, void *addr, size_t count) function
  /src/sys/arch/powerpc/include/
pio.h 275 #define insl(a,d,c) (__insl((volatile uint32_t *)(a), d, c)) macro
276 #define ins32(a,d,c) insl(a,d,c)
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 3516 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta;
3540 insl = gen_reg_rtx (DImode);
3577 emit_insn (gen_inswl (insl, gen_lowpart (HImode, src), addr));
3580 emit_insn (gen_insll (insl, gen_lowpart (SImode, src), addr));
3583 emit_insn (gen_insql (insl, gen_lowpart (DImode, src), addr));
3610 dstl = expand_binop (DImode, ior_optab, insl, dstl, dstl, 0, OPTAB_WIDEN);
3507 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 3515 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta;
3539 insl = gen_reg_rtx (DImode);
3576 emit_insn (gen_inswl (insl, gen_lowpart (HImode, src), addr));
3579 emit_insn (gen_insll (insl, gen_lowpart (SImode, src), addr));
3582 emit_insn (gen_insql (insl, gen_lowpart (DImode, src), addr));
3609 dstl = expand_binop (DImode, ior_optab, insl, dstl, dstl, 0, OPTAB_WIDEN);
3506 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local

Completed in 66 milliseconds