Searched refs:pcode (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrFormats.td | 157 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 …]
|
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 131 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/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
H A D | TypeSynthetic.h | 404 const char *pclass, const char *pcode = nullptr) 408 if (pcode) in SyntheticChildren() 409 m_python_code = pcode; in SyntheticChildren()
|