Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td245 bits<4> code_;
250 let Inst{3-0} = code_;
638 bits<10> code_;
641 let Inst{25-16} = code_;
647 bits<10> code_;
651 let Inst{25-16} = code_;
679 bits<4> code_;
686 let Inst{15-12} = code_;
926 bits<10> code_;
931 let Inst{25-16} = 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.td379 bits<20> code_;
384 let Inst{25-6} = code_;
618 bits<16> code_;
623 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.td823 dag InOperandList = (ins uimm20:$code_);
824 string AsmString = "sdbbp\t$code_";
865 dag InOperandList = (ins uimm16:$code_);
866 string AsmString = "sigrie\t$code_";
H A DMicroMips32r6InstrFormats.td764 bits<4> code_;
768 let Inst{9-6} = code_;
H A DMicroMips32r6InstrInfo.td1169 dag InOperandList = (ins uimm20:$code_);
1170 string AsmString = !strconcat("sdbbp", "\t$code_");
1177 dag InOperandList = (ins uimm16:$code_);
1178 string AsmString = !strconcat("sigrie", "\t$code_");
H A DMipsInstrInfo.td1632 InstSE<(outs), (ins ImmOp:$code_),
1633 !strconcat(opstr, "\t$code_"), [], itin, FrmI, opstr>;
1672 InstSE<(outs), (ins RO:$rs, RO:$rt, ImmOp:$code_),
1673 !strconcat(opstr, "\t$rs, $rt, $code_"), [], itin, FrmI, opstr>;
2630 InstSE<(outs), (ins uimm10:$code_),
2631 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther, opstr> {
/llvm-project/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/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]) {