Searched refs:ptrue (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_powf_2u6.c | 209 const svbool_t ptrue = svptrue_b64 (); in sv_powf_core() local 216 ptrue, svreinterpret_f32 (svunpklo (svreinterpret_u32 (y)))); in sv_powf_core() 218 ptrue, svreinterpret_f32 (svunpkhi (svreinterpret_u32 (y)))); in sv_powf_core() 221 ptrue, svreinterpret_f32 (svunpklo (svreinterpret_u32 (z)))); in sv_powf_core() 223 ptrue, svreinterpret_f32 (svunpkhi (svreinterpret_u32 (z)))); in sv_powf_core() 239 svfloat32_t ylogx_lo_32 = svcvt_f32_x (ptrue, ylogx_lo); in sv_powf_core() 240 svfloat32_t ylogx_hi_32 = svcvt_f32_x (ptrue, ylogx_hi); in sv_powf_core() 242 svfloat32_t lo_32 = svcvt_f32_x (ptrue, lo); in sv_powf_core() 243 svfloat32_t hi_32 = svcvt_f32_x (ptrue, hi); in sv_powf_core()
|
H A D | sv_cos_2u5.c | 48 svbool_t ptrue = svptrue_b64 (); in SV_NAME_D1() local 49 svfloat64_t invpio2_and_pio2_1 = svld1rq (ptrue, &d->inv_pio2); in SV_NAME_D1() 50 svfloat64_t pio2_23 = svld1rq (ptrue, &d->pio2_2); in SV_NAME_D1()
|
H A D | sv_sin_3u5.c | 51 const svbool_t ptrue = svptrue_b64 (); in SV_NAME_D1() local 53 svfloat64_t inv_pi_and_pi1 = svld1rq (ptrue, &d->inv_pi); in SV_NAME_D1() 54 svfloat64_t pi2_and_pi3 = svld1rq (ptrue, &d->pi_2); in SV_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strlen-sve.S | 20 ptrue p2.b /* all ones; loop invariant */
|
H A D | strcpy-sve.S | 28 ptrue p2.b, all /* all ones; loop invariant */
|
H A D | strchr-sve.S | 28 ptrue p1.b /* all ones; loop invariant */
|
H A D | strcmp-sve.S | 21 ptrue p1.b, all /* all ones; loop invariant */
|
H A D | strrchr-sve.S | 21 ptrue p1.b /* all ones; loop invariant */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 1036 …ueType vt2, SDPatternOperator op, Instruction load_instr_imm, Instruction ptrue, Instruction load_… 1038 (load_instr_imm (ptrue 31), GPR64sp:$Xn, 0)>; 1041 (load_instr_imm (ptrue 31), GPR64sp:$Xn, simm4s16:$imm)>; 1044 (load_instr_scalar (ptrue 31), GPR64sp:$Xn, $idx)>; 2490 … Instruction load, Instruction ptrue, ValueType index_vt, ComplexPattern CP, Operand immtype> { 2492 (load (ptrue 31), GPR64:$base, $offset)>; 3951 defm PTRUE_C : sve2p1_ptrue_pn<"ptrue">;
|
H A D | SVEInstrFormats.td | 401 defm PTRUE : sve_int_ptrue<0b000, "ptrue", AArch64ptrue>; 558 ValueType vt2, Instruction inst, Instruction ptrue> 560 (inst (ptrue 31), $Op1, $Op2)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatterns.td | 107 def ptrue: PatFrag<(ops), (HexagonPTRUE)>; 109 def pnot: PatFrag<(ops node:$Pu), (xor node:$Pu, ptrue)>;
|