Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td155 let Inst{20 - 16} = pcode;
267 let Inst{9 - 5} = pcode;
285 let Inst{9 - 5} = pcode;
356 let Inst{9 - 5} = pcode;
372 let Inst{9 - 5} = pcode;
390 let Inst{9 - 5} = pcode;
441 let Inst{9 - 5} = pcode;
456 let Inst{9 - 5} = pcode;
473 let Inst{9 - 5} = pcode;
488 let Inst{9 - 5} = pcode;
[all …]
/freebsd-13.1/lib/libc/nls/
H A Dmsgcat.c134 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
189 pter = pcode = ""; in __catopen_l()
196 pcode = cptr; in __catopen_l()
222 tmpptr = pcode; in __catopen_l()
/freebsd-13.1/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()