Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td157 class I_16_RET<bits<5> sop, bits<5> pcode, string op, list<dag> pattern>
160 let Inst{20 - 16} = pcode;
251 class I_12_PP<bits<5> sop, bits<5> pcode, dag outs, dag ins, string op>
255 let Inst{20 - 16} = pcode;
264 class I_5_ZX<bits<6> sop, bits<5> pcode, string op, ImmLeaf ImmType,
275 let Inst{9 - 5} = pcode;
283 class I_5_XZ<bits<6> sop, bits<5> pcode, string op, dag outs, dag ins,
293 let Inst{9 - 5} = pcode;
298 class I_5_XZ_CR<bits<6> sop, bits<5> pcode, string opStr, dag outs, dag ins,
307 let Inst{9 - 5} = pcode;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c306 split_nonconstant_init_1 (tree dest, tree init, tree *pcode) in split_nonconstant_init_1() argument
338 pcode = split_nonconstant_init_1 (sub, value, pcode); in split_nonconstant_init_1()
352 *pcode = code; in split_nonconstant_init_1()
353 pcode = &TREE_CHAIN (code); in split_nonconstant_init_1()
366 pcode = &TREE_CHAIN (code); in split_nonconstant_init_1()
374 return pcode; in split_nonconstant_init_1()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h393 const char *pclass, const char *pcode = nullptr)
397 if (pcode) in SyntheticChildren()
398 m_python_code = pcode; in SyntheticChildren()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3167 alpha_emit_xfloating_compare (enum rtx_code *pcode, rtx op0, rtx op1) in alpha_emit_xfloating_compare() argument
3178 cmp_code = *pcode; in alpha_emit_xfloating_compare()
3202 *pcode = res_code; in alpha_emit_xfloating_compare()
/openbsd-src/gnu/gcc/gcc/
H A Dfold-const.c8662 enum tree_code pcode; in fold_binary() local
8668 pcode = TREE_CODE (parg); in fold_binary()
8676 return fold_build2 (pcode, type, in fold_binary()
8685 fold_build2 (pcode, type, in fold_binary()