Searched refs:A_IMM (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/sh/kernel/ |
H A D | disassemble.c | 32 A_IMM, enumerator 53 {"add",{A_IMM,A_REG_N},{HEX_7,REG_N,IMM_8}}, 57 {"and",{A_IMM,A_R0},{HEX_C,HEX_9,IMM_8}}, 59 {"and.b",{A_IMM,A_R0_GBR},{HEX_C,HEX_D,IMM_8}}, 71 {"cmp/eq",{A_IMM,A_R0},{HEX_8,HEX_8,IMM_8}}, 115 {"mov",{A_IMM,A_REG_N},{HEX_E,REG_N,IMM_8}}, 162 {"or",{A_IMM,A_R0},{HEX_C,HEX_B,IMM_8}}, 164 {"or.b",{A_IMM,A_R0_GBR},{HEX_C,HEX_F,IMM_8}}, 219 {"trapa",{A_IMM},{HEX_C,HEX_3,IMM_8}}, 220 {"tst",{A_IMM,A_R0},{HEX_C,HEX_8,IMM_8}}, [all …]
|
/openbmc/qemu/disas/ |
H A D | sh4.c | 112 A_IMM, enumerator 331 /* 0111nnnni8*1.... add #<imm>,<REG_N> */{"add",{A_IMM,A_REG_N},{HEX_7,REG_N,IMM0_8}, arch_sh1_up}, 339 /* 11001001i8*1.... and #<imm>,R0 */{"and",{A_IMM,A_R0},{HEX_C,HEX_9,IMM0_8}, arch_sh1_up}, 343 /* 11001101i8*1.... and.b #<imm>,@(R0,GBR)*/{"and.b",{A_IMM,A_R0_GBR},{HEX_C,HEX_D,IMM0_8}, arch_sh… 369 /* 10001000i8*1.... cmp/eq #<imm>,R0 */{"cmp/eq",{A_IMM,A_R0},{HEX_8,HEX_8,IMM0_8}, arch_sh1_up}, 454 /* 10001010i8*1.... ldrc #<imm> */{"ldrc",{A_IMM},{HEX_8,HEX_A,IMM0_8}, arch_sh4al_dsp_up}, 508 /* 1110nnnni8*1.... mov #<imm>,<REG_N> */{"mov",{A_IMM,A_REG_N},{HEX_E,REG_N,IMM0_8}, arch_sh1_up}, 627 /* 11001011i8*1.... or #<imm>,R0 */{"or",{A_IMM,A_R0},{HEX_C,HEX_B,IMM0_8}, arch_sh1_up}, 631 /* 11001111i8*1.... or.b #<imm>,@(R0,GBR)*/{"or.b",{A_IMM,A_R0_GBR},{HEX_C,HEX_F,IMM0_8}, arch_sh1_… 657 /* 10000010i8*1.... setrc #<imm> */{"setrc",{A_IMM},{HEX_8,HEX_2,IMM0_8}, arch_sh_dsp_up}, [all …]
|