OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORT_AA
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
d30v.h
106
#define
SHORT_AA
44 /* SHORT_A with the first register an accumulator */
115
#define SHORT_AR 56 /* like
SHORT_AA
but only accept register as third parameter */
/toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c
283
{ "mulx", IALU2, 0x18, {
SHORT_AA
}, IU, FLAG_MUL32, 0, 0 },
285
{ "mulxs", IALU2, 0x19, {
SHORT_AA
}, IU, FLAG_MUL32, 0, 0 },
466
{
SHORT_AA
, 0, { Aa, Rb, Rc } }, /* Aa,Rb,Rc */
467
{
SHORT_AA
, 2, { Aa, Rb, IMM6 } }, /* Aa,Rb,imm6 */
Completed in 51 milliseconds