| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MicroMipsDSPInstrFormats.td | 9 class MMDSPInst<string opstr = ""> 13 string BaseOpcode = opstr; 24 class POOL32A_3R_FMT<string opstr, bits<11> op> : MMDSPInst<opstr> { 36 class POOL32A_2R_FMT<string opstr, bits<10> op> : MMDSPInst<opstr> { 47 class POOL32A_2RAC_FMT<string opstr, bits<8> op> : MMDSPInst<opstr> { 60 class POOL32A_3RB0_FMT<string opstr, bits<10> op> : MMDSPInst<opstr> { 73 class POOL32A_2RSA4_FMT<string opstr, bits<12> op> : MMDSPInst<opstr> { 85 class POOL32A_2RSA3_FMT<string opstr, bits<7> op> : MMDSPInst<opstr> { 98 class POOL32A_2RSA5B0_FMT<string opstr, bits<10> op> : MMDSPInst<opstr> { 111 class POOL32A_2RSA4B0_FMT<string opstr, bits<11> op> : MMDSPInst<opstr> { [all …]
|
| H A D | MicroMipsInstrInfo.td | 198 class CompactBranchMM<string opstr, DAGOperand opnd, PatFrag cond_op, 201 !strconcat(opstr, "\t$rs, $offset"), [], II_BCCZC, FrmI> { 209 class LoadLeftRightMM<string opstr, SDNode OpNode, RegisterOperand RO, 212 !strconcat(opstr, "\t$rt, $addr"), 217 let BaseOpcode = opstr; 222 class StoreLeftRightMM<string opstr, SDNode OpNode, RegisterOperand RO, 225 !strconcat(opstr, "\t$rt, $addr"), 228 let BaseOpcode = opstr; 233 class MovePMM16<string opstr, RegisterOperand RO1, RegisterOperand RO2, 236 !strconcat(opstr, "\t$rd1, $rd2, $rs, $rt"), [], [all …]
|
| H A D | MipsInstrInfo.td | 1313 class ArithLogicR<string opstr, RegisterOperand RO, bit isComm = 0, 1317 !strconcat(opstr, "\t$rd, $rs, $rt"), 1318 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 1325 class ArithLogicI<string opstr, Operand Od, RegisterOperand RO, 1330 !strconcat(opstr, "\t$rt, $rs, $imm16"), 1332 Itin, FrmI, opstr> { 1338 class MArithR<string opstr, InstrItinClass itin, bit isComm = 0> : 1340 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> { 1347 class LogicNOR<string opstr, RegisterOperand RO>: 1349 !strconcat(opstr, "\t$rd, $rs, $rt"), [all …]
|
| H A D | MipsInstrFPU.td | 111 class ADDS_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, bit IsComm, 114 !strconcat(opstr, "\t$fd, $fs, $ft"), 115 [(set RC:$fd, (OpNode RC:$fs, RC:$ft))], Itin, FrmFR, opstr>, 120 multiclass ADDS_M<string opstr, InstrItinClass Itin, bit IsComm, 122 def _D32 : MMRel, ADDS_FT<opstr, AFGR64Opnd, Itin, IsComm, OpNode>, FGR_32; 123 def _D64 : ADDS_FT<opstr, FGR64Opnd, Itin, IsComm, OpNode>, FGR_64 { 128 class ABSS_FT<string opstr, RegisterOperand DstRC, RegisterOperand SrcRC, 130 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs), !strconcat(opstr, "\t$fd, $fs"), 131 [(set DstRC:$fd, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>, 135 class CVT_PS_S_FT<string opstr, RegisterOperand DstRC, RegisterOperand SrcRC, [all …]
|
| H A D | MicroMips32r6InstrInfo.td | 457 class JALRC16_MMR6_DESC_BASE<string opstr, RegisterOperand RO> 458 : MicroMipsInst16<(outs), (ins RO:$rs), !strconcat(opstr, "\t$rs"), 460 MMR6Arch<opstr> { 468 class JMP_MMR6_IDX_COMPACT_DESC_BASE<string opstr, DAGOperand opnd, 471 : MMR6Arch<opstr> { 473 string AsmString = !strconcat(opstr, "\t$rt, $offset"); 492 class JRC16_MMR6_DESC_BASE<string opstr, RegisterOperand RO> 493 : MicroMipsInst16<(outs), (ins RO:$rs), !strconcat(opstr, "\t$rs"), 495 MMR6Arch<opstr> { 606 class DIVMOD_MMR6_DESC_BASE<string opstr, RegisterOperand GPROpnd, [all …]
|
| H A D | MipsCondMov.td | 18 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 21 !strconcat(opstr, "\t$rd, $rs, $rt"), [], Itin, FrmFR, opstr> { 26 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 29 !strconcat(opstr, "\t$fd, $fs, $rt"), [], Itin, FrmFR, opstr>, 35 class CMov_F_I_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, 38 !strconcat(opstr, "\t$rd, $rs, $fcc"), 40 Itin, FrmFR, opstr>, HARDFLOAT { 45 class CMov_F_F_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, 48 !strconcat(opstr, "\t$fd, $fs, $fcc"), 50 Itin, FrmFR, opstr>, HARDFLOAT {
|
| H A D | Mips64InstrInfo.td | 455 class Count1s<string opstr, RegisterOperand RO>: 456 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"), 457 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> { 461 class ExtsCins<string opstr, InstrItinClass itin, RegisterOperand RO, 464 !strconcat(opstr, "\t$rt, $rs, $pos, $lenm1"), 466 itin, FrmR, opstr> { 470 class SetCC64_R<string opstr, PatFrag cond_op> : 472 !strconcat(opstr, "\t$rd, $rs, $rt"), 475 II_SEQ_SNE, FrmR, opstr> { 479 class SetCC64_I<string opstr, PatFrag cond_op>: [all …]
|
| H A D | MicroMipsInstrFPU.td | 13 multiclass ADDS_MMM<string opstr, InstrItinClass Itin, bit IsComm, 15 def _D32_MM : MMRel, ADDS_FT<opstr, AFGR64Opnd, Itin, IsComm, OpNode>, 20 def _D64_MM : ADDS_FT<opstr, FGR64Opnd, Itin, IsComm, OpNode>, FGR_64 { 110 multiclass ABSS_MMM<string opstr, InstrItinClass Itin, 112 def _D32_MM : MMRel, ABSS_FT<opstr, AFGR64Opnd, AFGR64Opnd, Itin, OpNode>, 116 def _D64_MM : StdMMR6Rel, ABSS_FT<opstr, FGR64Opnd, FGR64Opnd, Itin, OpNode>,
|
| H A D | MicroMips32r6InstrFormats.td | 13 class MMR6Arch<string opstr> { 15 string BaseOpcode = opstr; 934 class CMP_BRANCH_2R_OFF16_FM_MMR6<string opstr, bits<6> funct> 935 : MipsR6Inst, MMR6Arch<opstr> { 961 class CMP_BRANCH_OFF21_FM_MMR6<string opstr, bits<6> funct> : MipsR6Inst {
|
| H A D | MipsDSPInstrFormats.td | 46 class DSPInst<string opstr = ""> 49 string BaseOpcode = opstr;
|
| H A D | Mips32r6InstrFormats.td | 27 class MipsR6Arch<string opstr> { 29 string BaseOpcode = opstr;
|
| H A D | MipsInstrFormats.td | 116 InstrItinClass itin, Format f, string opstr = ""> : 119 string BaseOpcode = opstr;
|
| H A D | Mips32r6InstrInfo.td | 476 class JMP_IDX_COMPACT_DESC_BASE<string opstr, DAGOperand opnd, 479 : MipsR6Arch<opstr> { 481 string AsmString = !strconcat(opstr, "\t$rt, $offset");
|
| H A D | MicroMipsDSPInstrInfo.td | 179 class ABSQ_S_PH_MM_R2_DESC_BASE<string opstr, SDPatternOperator OpNode, 184 string AsmString = !strconcat(opstr, "\t$rt, $rs");
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_parser.c | 128 opstr(int op) in opstr() function 468 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op)); in dt_node_name() 3029 "of arithmetic type\n", opstr(dnp->dn_op)); in dt_cook_op1() 3037 "integral type\n", opstr(dnp->dn_op)); in dt_cook_op1() 3045 "of scalar type\n", opstr(dnp->dn_op)); in dt_cook_op1() 3118 "scalar type\n", opstr(dnp->dn_op)); in dt_cook_op1() 3123 "of known size\n", opstr(dnp->dn_op)); in dt_cook_op1() 3128 "lvalue as an operand\n", opstr(dnp->dn_op)); in dt_cook_op1() 3133 "to a writable variable\n", opstr(dnp->dn_op)); in dt_cook_op1() 3140 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | symbols.c | 3442 const char * opstr = NULL; /* Operator prefix string. */ in symbol_relc_make_expr() local 3473 opstr = "+"; in symbol_relc_make_expr() 3487 opstr = "+:" str_; \ in symbol_relc_make_expr() 3495 opstr = str_; \ in symbol_relc_make_expr() 3504 opstr = "+:" str_; \ in symbol_relc_make_expr() 3512 opstr = str_; \ in symbol_relc_make_expr() 3545 opstr = NULL; in symbol_relc_make_expr() 3547 opstr = NULL; in symbol_relc_make_expr() 3549 opstr = NULL; in symbol_relc_make_expr() 3551 if (opstr == NULL) in symbol_relc_make_expr() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | symbols.c | 3324 const char * opstr = NULL; /* Operator prefix string. */ in symbol_relc_make_expr() local 3355 opstr = "+"; in symbol_relc_make_expr() 3369 opstr = "+:" str_; \ in symbol_relc_make_expr() 3377 opstr = str_; \ in symbol_relc_make_expr() 3386 opstr = "+:" str_; \ in symbol_relc_make_expr() 3394 opstr = str_; \ in symbol_relc_make_expr() 3427 opstr = NULL; in symbol_relc_make_expr() 3429 opstr = NULL; in symbol_relc_make_expr() 3431 opstr = NULL; in symbol_relc_make_expr() 3433 if (opstr == NULL) in symbol_relc_make_expr() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| H A D | tilegx.c | 5135 const char *opstr = NULL; in tilegx_print_operand() local 5140 opstr = "hw0"; in tilegx_print_operand() 5144 opstr = "hw1"; in tilegx_print_operand() 5147 opstr = "hw2"; in tilegx_print_operand() 5150 opstr = "hw3"; in tilegx_print_operand() 5153 opstr = "hw0_last"; in tilegx_print_operand() 5157 opstr = "hw1_last"; in tilegx_print_operand() 5161 opstr = "hw2_last"; in tilegx_print_operand() 5164 opstr = "hw0_got"; in tilegx_print_operand() 5167 opstr = "hw0_last_got"; in tilegx_print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
| H A D | tilegx.cc | 5134 const char *opstr = NULL; in tilegx_print_operand() local 5139 opstr = "hw0"; in tilegx_print_operand() 5143 opstr = "hw1"; in tilegx_print_operand() 5146 opstr = "hw2"; in tilegx_print_operand() 5149 opstr = "hw3"; in tilegx_print_operand() 5152 opstr = "hw0_last"; in tilegx_print_operand() 5156 opstr = "hw1_last"; in tilegx_print_operand() 5160 opstr = "hw2_last"; in tilegx_print_operand() 5163 opstr = "hw0_got"; in tilegx_print_operand() 5166 opstr = "hw0_last_got"; in tilegx_print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
| H A D | tilepro.cc | 4522 const char *opstr = NULL; in tilepro_print_operand() local 4531 opstr = "got_ha16"; in tilepro_print_operand() 4534 opstr = "ha16"; in tilepro_print_operand() 4538 opstr = "tls_gd_ha16"; in tilepro_print_operand() 4541 opstr = "tls_ie_ha16"; in tilepro_print_operand() 4544 opstr = "tls_le_ha16"; in tilepro_print_operand() 4553 opstr = "ha16"; in tilepro_print_operand() 4556 fputs (opstr, file); in tilepro_print_operand() 4619 const char *opstr = NULL; in tilepro_print_operand() local 4628 opstr = "got"; in tilepro_print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| H A D | tilepro.c | 4524 const char *opstr = NULL; in tilepro_print_operand() local 4533 opstr = "got_ha16"; in tilepro_print_operand() 4536 opstr = "ha16"; in tilepro_print_operand() 4540 opstr = "tls_gd_ha16"; in tilepro_print_operand() 4543 opstr = "tls_ie_ha16"; in tilepro_print_operand() 4546 opstr = "tls_le_ha16"; in tilepro_print_operand() 4555 opstr = "ha16"; in tilepro_print_operand() 4558 fputs (opstr, file); in tilepro_print_operand() 4621 const char *opstr = NULL; in tilepro_print_operand() local 4630 opstr = "got"; in tilepro_print_operand() [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | mlx.c | 1379 const char *opstr; in mlx_periodic_rebuild() local 1408 opstr = "consistency check"; in mlx_periodic_rebuild() 1413 opstr = "drive rebuild"; in mlx_periodic_rebuild() 1424 opstr = "background check/rebuild"; in mlx_periodic_rebuild() 1426 opstr = NULL; in mlx_periodic_rebuild() 1429 if (opstr != NULL) in mlx_periodic_rebuild() 1431 opstr); in mlx_periodic_rebuild()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 1994 class LoadParamMemInst<NVPTXRegClass regclass, string opstr> : 1996 !strconcat("ld.param", opstr, " \t$dst, [retval0+$b];"), 1999 class LoadParamV2MemInst<NVPTXRegClass regclass, string opstr> : 2001 !strconcat("ld.param.v2", opstr, 2004 class LoadParamV4MemInst<NVPTXRegClass regclass, string opstr> : 2008 !strconcat("ld.param.v4", opstr, 2013 class LoadParamRegInst<NVPTXRegClass regclass, string opstr> : 2015 !strconcat("mov", opstr, " \t$dst, retval$b;"), 2019 class StoreParamInst<NVPTXRegClass regclass, string opstr> : 2021 !strconcat("st.param", opstr, " \t[param$a+$b], $val;"), [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expression.c | 5018 const char *opstr = Token::toChars(op); in checkOpAssignTypes() local 5022 t1->toChars(), opstr, t2->toChars(), in checkOpAssignTypes() 5023 t1->toChars(), opstr, t2->toChars()); in checkOpAssignTypes() 5029 t1->toChars(), opstr, t2->toChars(), in checkOpAssignTypes() 5030 t1->toChars(), opstr, t2->toChars()); in checkOpAssignTypes() 5036 error("%s %s %s is an undefined operation", t1->toChars(), opstr, t2->toChars()); in checkOpAssignTypes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expression.d | 4369 const(char)* opstr = EXPtoString(op).ptr; in checkOpAssignTypes() 4372 … undefined. Did you mean `%s %s %s.re`?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, … in checkOpAssignTypes() 4377 … undefined. Did you mean `%s %s %s.im`?", t1.toChars(), opstr, t2.toChars(), t1.toChars(), opstr, … in checkOpAssignTypes() 4382 error("`%s %s %s` is an undefined operation", t1.toChars(), opstr, t2.toChars()); in checkOpAssignTypes()
|