Searched refs:SE_R (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dppc-opc.c2635 /* An SE_R form instruction. This is a 16-bit instruction. */
2636 #define SE_R(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x3f) << 4))
2637 #define SE_R_MASK SE_R(0x3f, 0x3f)
7118 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, 0, {RX}},
7119 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, 0, {RX}},
7120 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, 0, {RX}},
7121 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, 0, {RX}},
7122 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, 0, {RX}},
7123 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, 0, {RX}},
7124 {"se_extzb", SE_R(
2633 #define SE_R macro
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c13457 SE_R,
13654 case SE_R:
13450 SE_R, enumerator in enum:neon_shape_el

Completed in 204 milliseconds