Home
last modified time | relevance | path

Searched refs:REG_B (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Ddisassemble.c20 REG_N, REG_M, REG_NM, REG_B, enumerator
95 {"ldc",{A_REG_N,A_REG_B},{HEX_4,REG_N,REG_B,HEX_E}},
102 {"ldc.l",{A_INC_N,A_REG_B},{HEX_4,REG_N,REG_B,HEX_7}},
194 {"stc",{A_REG_B,A_REG_N},{HEX_0,REG_N,REG_B,HEX_2}},
202 {"stc.l",{A_REG_B,A_DEC_N},{HEX_4,REG_N,REG_B,HEX_3}},
370 case REG_B: in print_sh_insn()
/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S35 #define REG_B %esi macro
193 .set B, REG_B
203 mov B, REG_B
H A Dsha1_avx2_x86_64_asm.S79 #define REG_B %esi macro
101 .set B, REG_B
/openbmc/qemu/disas/
H A Dsh4.c49 REG_B, enumerator
429 /* 0100nnnn1xxx1110 ldc <REG_N>,Rn_BANK */{"ldc",{A_REG_N,A_REG_B},{HEX_4,REG_N,REG_B,HEX_E}, arch_…
451 /* 0100nnnn1xxx0111 ldc.l <REG_N>,Rn_BANK */{"ldc.l",{A_INC_N,A_REG_B},{HEX_4,REG_N,REG_B,HEX_7}, a…
709 /* 0000nnnn1xxx0010 stc Rn_BANK,<REG_N> */{"stc",{A_REG_B,A_REG_N},{HEX_0,REG_N,REG_B,HEX_2}, arch_…
733 /* 0100nnnn1xxx0011 stc.l Rn_BANK,@-<REG_N> */{"stc.l",{A_REG_B,A_DEC_N},{HEX_4,REG_N,REG_B,HEX_3},…
1776 case REG_B: in print_insn_sh()