Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c2526 #define SE_R(op, xop) (((((unsigned long)(op)) & 0x3f) << 10) | (((xop) & 0x3f) << 4)) macro
2527 #define SE_R_MASK SE_R(0x3f, 0x3f)
7002 {"se_not", SE_R(0,2), SE_R_MASK, PPCVLE, 0, {RX}},
7003 {"se_neg", SE_R(0,3), SE_R_MASK, PPCVLE, 0, {RX}},
7004 {"se_mflr", SE_R(0,8), SE_R_MASK, PPCVLE, 0, {RX}},
7005 {"se_mtlr", SE_R(0,9), SE_R_MASK, PPCVLE, 0, {RX}},
7006 {"se_mfctr", SE_R(0,10), SE_R_MASK, PPCVLE, 0, {RX}},
7007 {"se_mtctr", SE_R(0,11), SE_R_MASK, PPCVLE, 0, {RX}},
7008 {"se_extzb", SE_R(0,12), SE_R_MASK, PPCVLE, 0, {RX}},
7009 {"se_extsb", SE_R(0,13), SE_R_MASK, PPCVLE, 0, {RX}},
[all …]