Home
last modified time | relevance | path

Searched refs:zmode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/compress/
H A Dzopen.c144 #define zmode zs->zs_mode macro
330 if (zmode == 'w') { /* Put out the final code. */ in zclose()
691 zmode = 'r'; in zopen()
694 zmode = 'w'; in zopen()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.md2781 machine_mode zmode = INTVAL (operands[3]) <= 255 ? QImode : HImode;
2783 = satisfies_constraint_O (operands[3]) ? SImode : zmode;
2786 ? gen_rtx_REG (zmode, REGNO (operands[1]))
2787 : adjust_address (operands[1], zmode, 0));
2827 machine_mode zmode = INTVAL (operands[1]) <= 255 ? QImode : HImode;
2830 ? gen_rtx_REG (zmode, REGNO (operands[2]))
2831 : adjust_address (operands[2], zmode, 0));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.md5001 machine_mode zmode = INTVAL (operands[3]) <= 255 ? QImode : HImode;
5003 = satisfies_constraint_O (operands[3]) ? SImode : zmode;
5006 ? gen_rtx_REG (zmode, REGNO (operands[1]))
5007 : adjust_address (operands[1], zmode, 0));
5039 machine_mode zmode = INTVAL (operands[1]) <= 255 ? QImode : HImode;
5042 ? gen_rtx_REG (zmode, REGNO (operands[2]))
5043 : adjust_address (operands[2], zmode, 0));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc6454 machine_mode zmode = GET_MODE (zreg); in avr_out_cmp_ext() local
6466 int zmsb = GET_MODE_SIZE (zmode) - 1; in avr_out_cmp_ext()
6467 rtx xzmsb = simplify_gen_subreg (QImode, zreg, zmode, zmsb); in avr_out_cmp_ext()
6491 regs[z] = (b < GET_MODE_SIZE (zmode) in avr_out_cmp_ext()
6492 ? simplify_gen_subreg (QImode, zreg, zmode, b) in avr_out_cmp_ext()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc21598 machine_mode zmode = V4SImode; in aarch64_gen_shareable_zero() local
21599 rtx tmp = gen_reg_rtx (zmode); in aarch64_gen_shareable_zero()
21600 emit_move_insn (tmp, CONST0_RTX (zmode)); in aarch64_gen_shareable_zero()
21601 return lowpart_subreg (mode, tmp, zmode); in aarch64_gen_shareable_zero()