Home
last modified time | relevance | path

Searched refs:imm12 (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/cpu/
Dxstormy16.cpu305 (name f-imm12)
312 (dnop imm12 "12 bit signed immediate" () h-sint f-imm12)
694 ("mov$ws2 $Rdm,($Rs,$imm12)")
695 (+ OP1_7 OP2A_0 ws2 Rs OP4M_1 Rdm OP5_0 imm12)
697 (set-psw Rdm (index-of Rdm) (alignfix-mem (add Rs imm12)) ws2)
698 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add Rs imm12))) ws2))
705 ("mov$ws2 $Rdm,($Rs++,$imm12)")
706 (+ OP1_6 OP2A_0 ws2 Rs OP4M_1 Rdm OP5_0 imm12)
709 (set-psw Rdm (index-of Rdm) (alignfix-mem (add Rs imm12)) ws2)
710 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add Rs imm12))) ws2))
[all …]
Depiphany.opc125 /* Handle simm3/simm11/imm3/imm12. */
/toolchain/binutils/binutils-2.25/opcodes/
Darm-dis.c4004 unsigned int imm12 = 0; in print_insn_thumb32() local
4006 imm12 |= (given & 0x000000ffu); in print_insn_thumb32()
4007 imm12 |= (given & 0x00007000u) >> 4; in print_insn_thumb32()
4008 imm12 |= (given & 0x04000000u) >> 15; in print_insn_thumb32()
4009 func (stream, "#%u", imm12); in print_insn_thumb32()
4010 value_in_comment = imm12; in print_insn_thumb32()