Searched refs:insl (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/arch/i386/include/ |
H A D | pio.h | 129 insl(int port, void *addr, int cnt) in insl() function
|
/openbsd/sys/arch/amd64/include/ |
H A D | pio.h | 137 insl(unsigned port, void *addr, int cnt) in insl() function
|
/openbsd/sys/arch/i386/i386/ |
H A D | bus_space.c | 292 insl(h + o, a, cnt); in i386_bus_space_io_read_multi_4()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.c | 4266 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; local 4270 insl = gen_reg_rtx (DImode); 4313 emit_insn (gen_insxh (insl, gen_lowpart (DImode, src), 4347 emit_insn (gen_inswl_le (insl, gen_lowpart (HImode, src), addr)); 4350 emit_insn (gen_insll_le (insl, gen_lowpart (SImode, src), addr)); 4353 emit_insn (gen_insql_le (insl, src, addr)); 4380 dstl = expand_binop (DImode, ior_optab, insl, dstl, dstl, 0, OPTAB_WIDEN);
|
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.c | 3543 rtx dstl, dsth, addr, insl, insh, meml, memh, dsta; in alpha_expand_unaligned_store() local 3569 insl = gen_reg_rtx (DImode); in alpha_expand_unaligned_store() 3612 emit_insn (gen_insxh (insl, gen_lowpart (DImode, src), in alpha_expand_unaligned_store() 3646 emit_insn (gen_inswl_le (insl, gen_lowpart (HImode, src), addr)); in alpha_expand_unaligned_store() 3649 emit_insn (gen_insll_le (insl, gen_lowpart (SImode, src), addr)); in alpha_expand_unaligned_store() 3652 emit_insn (gen_insql_le (insl, src, addr)); in alpha_expand_unaligned_store() 3679 dstl = expand_binop (DImode, ior_optab, insl, dstl, dstl, 0, OPTAB_WIDEN); in alpha_expand_unaligned_store()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | bus_space.c | 693 insl(h + o, ptr, cnt); in x86_bus_space_io_read_multi_4()
|