Home
last modified time | relevance | path

Searched refs:postreg (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td111 def postreg : Operand<i16> {
294 def CALLp : II16p<0b101, (outs), (ins postreg:$rs), "call\t$rs", []>;
380 (outs GR8:$rd, GR16:$wb), (ins postreg:$rs),
383 (outs GR16:$rd, GR16:$wb), (ins postreg:$rs),
475 def 8rp : I8rp<opcode, (outs GR8:$rd, GR16:$wb), (ins GR8:$src2, postreg:$rs),
477 def 16rp : I16rp<opcode, (outs GR16:$rd, GR16:$wb), (ins GR16:$src2, postreg:$rs),
535 def 8mp : I8mp<opcode, (outs), (ins memdst:$dst, postreg:$rs),
537 def 16mp : I16mp<opcode, (outs), (ins memdst:$dst, postreg:$rs),
690 def RRA8p : II8p<0b010, (outs), (ins postreg:$rs), "rra.b\t$rs", []>;
691 def RRA16p : II16p<0b010, (outs), (ins postreg:$rs), "rra\t$rs", []>;
[all …]
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c13845 int postreg = inst.operands[1].imm & 0xf; in do_neon_ldx_stx() local
13848 constraint (postreg == 0xd || postreg == 0xf, in do_neon_ldx_stx()
13850 inst.instruction |= postreg; in do_neon_ldx_stx()