Home
last modified time | relevance | path

Searched refs:code_ (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td245 bits<4> code_;
250 let Inst{3-0} = code_;
637 bits<10> code_;
640 let Inst{25-16} = code_;
646 bits<10> code_;
650 let Inst{25-16} = code_;
678 bits<4> code_;
925 bits<10> code_;
936 bits<16> code_;
942 let Inst{21-6} = code_;
[all …]
H A DMipsInstrFormats.td490 bits<10> code_;
497 let Inst{15-6} = code_;
606 // System calls format <op|code_|funct>
611 bits<20> code_;
614 let Inst{25-6} = code_;
878 bits<20> code_;
883 let Inst{25-6} = code_;
939 bits<10> code_;
945 let Inst{20-11} = code_;
H A DMips32r6InstrFormats.td368 bits<20> code_;
373 let Inst{25-6} = code_;
607 bits<16> code_;
612 let Inst{15-0} = code_;
H A DMicroMipsInstrInfo.td474 MicroMipsInst16<(outs), (ins uimm4:$code_),
475 !strconcat(opstr, "\t$code_"),
586 InstSE<(outs), (ins uimm10:$code_),
587 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther> {
695 InstSE<(outs), (ins uimm10:$code_), !strconcat(opstr, "\t$code_"), [],
H A DMips32r6InstrInfo.td810 dag InOperandList = (ins uimm20:$code_);
811 string AsmString = "sdbbp\t$code_";
851 dag InOperandList = (ins uimm16:$code_);
852 string AsmString = "sigrie\t$code_";
H A DMicroMips32r6InstrFormats.td763 bits<4> code_;
767 let Inst{9-6} = code_;
H A DMicroMips32r6InstrInfo.td1168 dag InOperandList = (ins uimm20:$code_);
1169 string AsmString = !strconcat("sdbbp", "\t$code_");
1176 dag InOperandList = (ins uimm16:$code_);
1177 string AsmString = !strconcat("sigrie", "\t$code_");
H A DMipsInstrInfo.td1629 InstSE<(outs), (ins ImmOp:$code_),
1630 !strconcat(opstr, "\t$code_"), [], itin, FrmI, opstr>;
1669 InstSE<(outs), (ins RO:$rs, RO:$rt, ImmOp:$code_),
1670 !strconcat(opstr, "\t$rs, $rt, $code_"), [], itin, FrmI, opstr>;
2627 InstSE<(outs), (ins uimm10:$code_),
2628 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther, opstr> {
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dredundant-branch-condition.cpp1111 int code_; in positive_expr_with_cleanups() member in positive_expr_with_cleanups::RetT
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc99 PRE_SYSCALL(syscall)(long long code_, long long args_[SYS_MAXSYSARGS]) {
103 (long long res, long long code_, long long args_[SYS_MAXSYSARGS]) {
1545 PRE_SYSCALL(__syscall)(long long code_, long long args_[SYS_MAXSYSARGS]) {
1549 (long long res, long long code_, long long args_[SYS_MAXSYSARGS]) {