Searched refs:abor (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu.md | 3384 rtx abor = gen_reg_rtx (V4SImode); 3437 emit_insn (gen_bg_v4si (abor, zero, a_abs)); 3438 emit_insn (gen_shufb (abor, abor, abor, borrow_shuffle)); 3439 emit_insn (gen_sfx_v4si (abor, zero, a_abs, abor)); 3440 emit_insn (gen_selb (abor, a_abs, abor, asel)); 3449 emit_insn (gen_cgt_v4si (gt_hi, abor, bbor)); 3450 emit_insn (gen_clgt_v4si (gt_lo, abor, bbor)); 3451 emit_insn (gen_ceq_v4si (temp2, abor, bbor)); 3504 rtx abor = gen_reg_rtx (V4SImode); 3545 emit_insn (gen_bg_v4si (abor, zero, a_abs)); [all …]
|
| /netbsd-src/libexec/ftpd/ |
| H A D | extern.h | 116 void abor(void);
|
| H A D | ftpcmd.y | 469 abor();
|
| H A D | ftpd.c | 2932 abor(void) in abor() function 2994 abor(); in handleoobcmd()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | si2vmx.h | 667 vec_uint4 abor = vec_subc((vec_uint4)vec_splat_u32(0), aabs); in si_dfcgt() local 669 …abor = (vec_uint4)(vec_perm(vec_perm((vec_uchar16)abor, (vec_uchar16)abor, borrow_shuffle),((vec_u… in si_dfcgt() 670 …vec_uint4 aneg = vec_add(vec_add(vec_splat_u32(0), vec_nor(aabs, aabs)), vec_and(abor, vec_splat_u… in si_dfcgt()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | si2vmx.h | 667 vec_uint4 abor = vec_subc((vec_uint4)vec_splat_u32(0), aabs); in si_dfcgt() local 669 …abor = (vec_uint4)(vec_perm(vec_perm((vec_uchar16)abor, (vec_uchar16)abor, borrow_shuffle),((vec_u… in si_dfcgt() 670 …vec_uint4 aneg = vec_add(vec_add(vec_splat_u32(0), vec_nor(aabs, aabs)), vec_and(abor, vec_splat_u… in si_dfcgt()
|