Searched refs:DS_MASK (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/include/bedbug/ |
H A D | ppc.h | 129 #define DS_MASK DS_OPCODE(0x3f,0x1) macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | bmips_5xxx_init.S | 52 #define DS_MASK 7 macro 228 and a0, a0, DS_MASK
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 2433 #define DS_MASK DSO (0x3f, 3) macro 6342 {"lxsd", DSO(57,2), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6343 {"lxssp", DSO(57,3), DS_MASK, PPCVSX3, PPCVLE, {VD, DS, RA0}}, 6348 {"ld", DSO(58,0), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6349 {"ldu", DSO(58,1), DS_MASK, PPC64, PPCVLE, {RT, DS, RAL}}, 6350 {"lwa", DSO(58,2), DS_MASK, PPC64, PPCVLE, {RT, DS, RA0}}, 6667 {"stxsd", DSO(61,2), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6668 {"stxssp", DSO(61,3), DS_MASK, PPCVSX3, PPCVLE, {VS, DS, RA0}}, 6673 {"std", DSO(62,0), DS_MASK, PPC64, PPCVLE, {RS, DS, RA0}}, 6674 {"stdu", DSO(62,1), DS_MASK, PPC64, PPCVLE, {RS, DS, RAS}}, [all …]
|