Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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_;
685 let Inst{15-12} = code_;
925 bits<10> code_;
930 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.td368 bits<20> code_;
373 let Inst{25-6} = code_;
607 bits<16> code_;
612 let Inst{15-0} = code_;
H A DMicroMipsInstrInfo.td471 MicroMipsInst16<(outs), (ins uimm4:$code_),
472 !strconcat(opstr, "\t$code_"),
590 InstSE<(outs), (ins uimm10:$code_),
591 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther> {
699 InstSE<(outs), (ins uimm10:$code_), !strconcat(opstr, "\t$code_"), [],
H A DMips32r6InstrInfo.td809 dag InOperandList = (ins uimm20:$code_);
810 string AsmString = "sdbbp\t$code_";
850 dag InOperandList = (ins uimm16:$code_);
851 string AsmString = "sigrie\t$code_";
H A DMicroMips32r6InstrFormats.td763 bits<4> code_;
767 let Inst{9-6} = code_;
H A DMicroMips32r6InstrInfo.td1166 dag InOperandList = (ins uimm20:$code_);
1167 string AsmString = !strconcat("sdbbp", "\t$code_");
1174 dag InOperandList = (ins uimm16:$code_);
1175 string AsmString = !strconcat("sigrie", "\t$code_");
H A DMipsInstrInfo.td1625 InstSE<(outs), (ins ImmOp:$code_),
1626 !strconcat(opstr, "\t$code_"), [], itin, FrmI, opstr>;
1665 InstSE<(outs), (ins RO:$rs, RO:$rt, ImmOp:$code_),
1666 !strconcat(opstr, "\t$rs, $rt, $code_"), [], itin, FrmI, opstr>;
2623 InstSE<(outs), (ins uimm10:$code_),
2624 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther, opstr> {
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64-reloc-property.h83 { return this->code_; } in code()
152 const unsigned int code_; variable
H A Darm-reloc-property.h68 { return this->code_; } in code()
248 unsigned int code_; variable
H A Daarch64-reloc-property.cc119 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in AArch64_reloc_property()
H A Darm-reloc-property.cc102 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in Arm_reloc_property()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64-reloc-property.h83 { return this->code_; } in code()
152 const unsigned int code_; variable
H A Darm-reloc-property.h68 { return this->code_; } in code()
248 unsigned int code_; variable
H A Daarch64-reloc-property.cc119 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in AArch64_reloc_property()
H A Darm-reloc-property.cc102 : code_(code), name_(name), reloc_type_(rtype), reloc_class_(rclass), in Arm_reloc_property()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.h75 remove_pointer<T>::type::code_, ERROR_MARK);
94 remove_pointer<T>::type::code_, ERROR_MARK);
376 static const enum gimple_code code_ = GIMPLE_CALL;
884 static const enum gimple_code code_ = GIMPLE_COND;
934 static const enum gimple_code code_ = GIMPLE_ASSIGN;
H A Dgimple.cc96 const enum gimple_code gassign::code_; member in gassign
97 const enum gimple_code gcall::code_; member in gcall
98 const enum gimple_code gcond::code_; member in gcond
H A Dgenmatch.cc394 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, in operator_id() argument
396 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {} in operator_id()
748 vec<cpp_token> code_, unsigned nr_stmts_, in c_expr() argument
750 : operand (OP_C_EXPR, loc), r (r_), code (code_), in c_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h75 remove_pointer<T>::type::code_, ERROR_MARK);
94 remove_pointer<T>::type::code_, ERROR_MARK);
374 static const enum gimple_code code_ = GIMPLE_CALL;
882 static const enum gimple_code code_ = GIMPLE_COND;
932 static const enum gimple_code code_ = GIMPLE_ASSIGN;
H A Dgimple.c93 const enum gimple_code gassign::code_;
94 const enum gimple_code gcall::code_;
95 const enum gimple_code gcond::code_;
H A Dgenmatch.c394 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, in operator_id() argument
396 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {} in operator_id()
744 vec<cpp_token> code_, unsigned nr_stmts_, in c_expr() argument
746 : operand (OP_C_EXPR, loc), r (r_), code (code_), in c_expr()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc100 PRE_SYSCALL(syscall)(long long code_, long long args_[SYS_MAXSYSARGS]) {
104 (long long res, long long code_, long long args_[SYS_MAXSYSARGS]) {
1520 PRE_SYSCALL(__syscall)(long long code_, long long args_[SYS_MAXSYSARGS]) {
1524 (long long res, long long code_, long long args_[SYS_MAXSYSARGS]) {
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/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]) {
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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]) {

12