Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td160 let Inst{20 - 16} = pcode;
275 let Inst{9 - 5} = pcode;
293 let Inst{9 - 5} = pcode;
307 let Inst{9 - 5} = pcode;
317 let Inst{9 - 5} = pcode;
330 let Inst{9 - 5} = pcode;
481 let Inst{9 - 5} = pcode;
497 let Inst{9 - 5} = pcode;
509 let Inst{9 - 5} = pcode;
527 let Inst{9 - 5} = pcode;
[all …]
/freebsd-14.2/lib/libc/nls/
H A 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-14.2/contrib/llvm-project/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()