OSDN Git Service

target-xtensa: implement depbits instruction
authorMax Filippov <jcmvbkbc@gmail.com>
Sat, 11 Jul 2015 23:10:17 +0000 (02:10 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 21 Oct 2015 18:29:25 +0000 (21:29 +0300)
commit5eeb40c5b1f00c4ee4fcf2f33087697d7ba6f5f6
tree905608e83c2d6180f862d13cec353016691725b0
parent68931a4082812f56657b39168e815c48f0ab0a8c
target-xtensa: implement depbits instruction

This option provides an instruction for depositing a bit field from the
least significant position of one register to an arbitrary position in
another register.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/cpu.h
target-xtensa/overlay_tool.h
target-xtensa/translate.c