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

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 94 enum insn_type { MOV, MVN, INDEX, PTRUE };
133 /* For PTRUE. */
175 and has PTRUE pattern PATTERN_IN. */
179 : elt_mode (elt_mode_in), insn (PTRUE)
5054 /* If VNx16BImode rtx X is a canonical PTRUE for a predicate mode,
5161 VNx16BImode equivalent of a PTRUE for controlling elements of
6129 rtx ptrue = aarch64_ptrue_reg (pred_mode);
6130 emit_insn (gen_aarch64_sve_ld1rq (mode, dest, src, ptrue));
6137 PTRUE PRED.<T>, VL<N>
6142 The PTRUE is always a single instruction but the MOVs might need
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 129 enum insn_type { MOV, MVN, INDEX, PTRUE };
168 /* For PTRUE. */
210 and has PTRUE pattern PATTERN_IN. */
214 : elt_mode (elt_mode_in), insn (PTRUE)
3405 /* If VNx16BImode rtx X is a canonical PTRUE for a predicate mode,
3512 VNx16BImode equivalent of a PTRUE for controlling elements of
5448 rtx ptrue = aarch64_ptrue_reg (pred_mode);
5449 emit_insn (gen_aarch64_sve_ld1rq (mode, dest, src, ptrue));
5456 PTRUE PRED.<T>, VL<N>
5461 The PTRUE is always a single instruction but the MOVs might need
    [all...]

Completed in 27 milliseconds