Home
last modified time | relevance | path

Searched refs:pcode (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
DCSKYInstrFormats.td152 class I_16_RET<bits<5> sop, bits<5> pcode, string op, list<dag> pattern>
155 let Inst{20 - 16} = pcode;
163 class I_16_RET_I<bits<5> sop, bits<5> pcode, string op, list<dag> pattern>
166 let Inst{20 - 16} = pcode;
245 class I_12_PP<bits<5> sop, bits<5> pcode, dag outs, dag ins, string op>
249 let Inst{20 - 16} = pcode;
256 class I_5_ZX<bits<6> sop, bits<5> pcode, string op, ImmLeaf ImmType,
267 let Inst{9 - 5} = pcode;
275 class I_5_XZ<bits<6> sop, bits<5> pcode, string op, dag ins, dag outs,
285 let Inst{9 - 5} = pcode;
[all …]
/freebsd-12-stable/lib/libc/nls/
Dmsgcat.c131 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
186 pter = pcode = ""; in __catopen_l()
193 pcode = cptr; in __catopen_l()
219 tmpptr = pcode; in __catopen_l()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h393 const char *pclass, const char *pcode = nullptr)
397 if (pcode) in SyntheticChildren()
398 m_python_code = pcode; in SyntheticChildren()
/freebsd-12-stable/contrib/gcc/
Dfold-const.c8678 enum tree_code pcode; in fold_binary() local
8684 pcode = TREE_CODE (parg); in fold_binary()
8692 return fold_build2 (pcode, type, in fold_binary()
8701 fold_build2 (pcode, type, in fold_binary()