Home
last modified time | relevance | path

Searched refs:pf1 (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td291 class pf1<SDNode Op> : PatFrag<(ops node:$a), (Op node:$a)>;
381 def Fptosi: pf1<fp_to_sint>;
382 def Fptoui: pf1<fp_to_uint>;
383 def Sitofp: pf1<sint_to_fp>;
384 def Uitofp: pf1<uint_to_fp>;
446 def: OpR_R_pat<F2_conv_sf2df, pf1<fpextend>, f64, F32>;
447 def: OpR_R_pat<F2_conv_df2sf, pf1<fpround>, f32, F64>;
449 def: OpR_R_pat<F2_conv_w2sf, pf1<sint_to_fp>, f32, I32>;
450 def: OpR_R_pat<F2_conv_d2sf, pf1<sint_to_fp>, f32, I64>;
451 def: OpR_R_pat<F2_conv_w2df, pf1<sint_to_fp>, f64, I32>;
[all …]
H A DHexagonPatternsHVX.td451 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)),
474 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)),
476 def: Pat<(VecPF32 (pf1<fpextend> HVF16:$Vu)),
/openbsd/sys/dev/pci/bktr/
H A Dbktr_core.c3549 const struct meteor_pixfmt *pf1, *pf2; in oformat_meteor_to_bt() local
3558 pf1 = &meteor_pixfmt_table[i].public; in oformat_meteor_to_bt()
3564 if (( pf1->type == pf2->type ) && in oformat_meteor_to_bt()
3565 ( pf1->Bpp == pf2->Bpp ) && in oformat_meteor_to_bt()
3566 !bcmp( pf1->masks, pf2->masks, sizeof( pf1->masks )) && in oformat_meteor_to_bt()
3567 ( pf1->swap_bytes == pf2->swap_bytes ) && in oformat_meteor_to_bt()
3568 ( pf1->swap_shorts == pf2->swap_shorts )) in oformat_meteor_to_bt()
/openbsd/gnu/llvm/llvm/docs/
H A DMergeFunctions.rst404 define void %f(i32 %pf0, i32 %pf1) {
405 instr0 i32 %pf0 instr1 i32 %pf1 instr2 i32 123
414 In this example, *pf0* is associated with *pg0*, *pf1* is associated with
415 *pg1*, and we also declare that *pf0* < *pf1*, and thus *pg0* < *pf1*.
422 "*pf1* is greater than "*pg0*".
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddebug.c3250 struct debug_field **pf1, **pf2; in debug_class_type_samep() local
3252 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep()
3253 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep()
3254 pf1++, pf2++) in debug_class_type_samep()
3258 f1 = *pf1; in debug_class_type_samep()
3287 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c3251 struct debug_field **pf1, **pf2; in debug_class_type_samep() local
3253 for (pf1 = c1->fields, pf2 = c2->fields; in debug_class_type_samep()
3254 *pf1 != NULL && *pf2 != NULL; in debug_class_type_samep()
3255 pf1++, pf2++) in debug_class_type_samep()
3259 f1 = *pf1; in debug_class_type_samep()
3288 if (*pf1 != NULL || *pf2 != NULL) in debug_class_type_samep()