/openbsd/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 513 Op->RegList.List1From = reglist[i]; in createRegList() 516 Op->RegList.List2From = reglist[i]; in createRegList() 519 Op->RegList.List3From = reglist[i]; in createRegList() 522 Op->RegList.List4From = reglist[i]; in createRegList() 1520 SmallVector<unsigned, 4> reglist; in parseRegList() local 1543 reglist.push_back(Ry); in parseRegList() 1544 reglist.push_back(Rz); in parseRegList() 1552 reglist.push_back(Ry); in parseRegList() 1553 reglist.push_back(Ry); in parseRegList() 1557 reglist.push_back(Ry); in parseRegList() [all …]
|
/openbsd/gnu/usr.bin/cvs/diff/ |
H A D | diff.c | 721 add_regexp (reglist, pattern) in add_regexp() argument 722 struct regexp_list **reglist; in add_regexp() 736 r->next = *reglist; 737 *reglist = r;
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | m68k-parse.y | 110 %type <mask> reglist ireglist reglistpair 166 | reglist 581 reglist:
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | m68k-parse.y | 112 %type <mask> reglist ireglist reglistpair 193 | reglist 608 reglist:
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 826 def tLDMIA : T1I<(outs), (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops), 841 PseudoInstExpansion<(tLDMIA tGPR:$Rn, pred:$p, reglist:$regs)> { 844 let InOperandList = (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops); 854 (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops), 867 (tLDMIA tGPR:$Rn, pred:$p, reglist:$regs), 0>, 872 def tPOP : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 882 def tPUSH : T1I<(outs), (ins pred:$p, reglist:$regs, variable_ops), 1741 def tPOP_RET : tPseudoExpand<(outs), (ins pred:$p, reglist:$regs, variable_ops), 1743 (tPOP pred:$p, reglist:$regs)>, Sched<[WriteBrL]>;
|
H A D | ARMInstrThumb2.td | 1975 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3857 (t2LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>, 5090 (t2STMIA GPR:$Rn, pred:$p, reglist:$regs)>; 5092 (t2STMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>; 5096 (t2LDMIA GPR:$Rn, pred:$p, reglist:$regs)>; 5098 (t2LDMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>; 5102 (t2STMDB GPR:$Rn, pred:$p, reglist:$regs)>; 5104 (t2STMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>; 5108 (t2LDMDB GPR:$Rn, pred:$p, reglist:$regs)>; 5110 (t2LDMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>; [all …]
|
H A D | ARMInstrInfo.td | 596 def reglist : Operand<i32> { 3463 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3472 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3483 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3492 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3503 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3512 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3523 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3532 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops), 3564 (LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-arm.texi | 455 @item .save @var{reglist} 456 Generate unwinder annotations to restore the registers in @var{reglist}. 457 The format of @var{reglist} is the same as the corresponding store-multiple
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 524 def reglist : Operand<i32> { 546 InstSE<(outs), (ins reglist:$rt, mem_mm_12:$addr), 553 InstSE<(outs reglist:$rt), (ins mem_mm_12:$addr), 889 MipsAsmPseudoInst<(outs reglist:$rt), (ins mem_mm_12:$addr), 893 MipsAsmPseudoInst<(outs), (ins reglist:$rt, mem_mm_12:$addr),
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | arm-tdep.c | 1776 unsigned long reglist = bits (this_instr, 0, 14); in arm_get_next_pc() local 1777 offset = bitcount (reglist) * 4; in arm_get_next_pc()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo16Instr.td | 389 (ins reglist:$regs, variable_ops), "push16 $regs", []> { 401 (ins reglist:$regs, variable_ops), "pop16 $regs", []> {
|
H A D | CSKYInstrInfo.td | 398 def reglist : Operand<iPTR> { 832 def PUSH32 : I_12_PP<0b11111, 0b00000, (outs), (ins reglist:$regs, variable_ops), "push32 $regs">; 835 def POP32 : I_12_PP<0b11110, 0b00000, (outs), (ins reglist:$regs, variable_ops), "pop32 $regs">;
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 2456 unsigned reglist = fieldFromInstruction(Insn, 0, 16); in DecodeMemMultipleWritebackInstruction() local 2534 if (!Check(S, DecodeRegListOperand(Inst, reglist, Address, Decoder))) in DecodeMemMultipleWritebackInstruction() 6447 unsigned reglist = (fieldFromInstruction(Insn, 1, 7) << 1) | in DecodeVSCCLRM() local 6450 if (!Check(S, DecodeDPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM() 6454 unsigned reglist = fieldFromInstruction(Insn, 0, 8) | in DecodeVSCCLRM() local 6457 if (!Check(S, DecodeSPRRegListOperand(Inst, reglist, Address, Decoder))) { in DecodeVSCCLRM()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | op.c | 7572 bool reglist; in Perl_pmruntime() local 7575 reglist = isreg && expr->op_type == OP_LIST; in Perl_pmruntime() 7576 if (reglist) in Perl_pmruntime() 7642 | (reglist ? OPf_STACKED : 0); in Perl_pmruntime()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/po/ |
H A D | gas.pot | 2001 msgid "Thumb load/store multiple does not support {reglist}^" 2066 msgid "push/pop do not support {reglist}^" 6234 msgid "Wrong register in floating-point reglist" 6238 msgid "incorrect register in reglist" 6242 msgid "wrong register in floating-point reglist"
|
H A D | tr.po | 6532 msgid "Wrong register in floating-point reglist" 6536 msgid "incorrect register in reglist" 6540 msgid "wrong register in floating-point reglist"
|
/openbsd/gnu/usr.bin/binutils/gas/po/ |
H A D | gas.pot | 5648 msgid "Wrong register in floating-point reglist" 5652 msgid "incorrect register in reglist" 5656 msgid "wrong register in floating-point reglist"
|
H A D | tr.po | 5743 msgid "Wrong register in floating-point reglist" 5747 msgid "incorrect register in reglist" 5751 msgid "wrong register in floating-point reglist"
|