OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XL_MASK
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c
4875
#define
XL_MASK
XLLK (0x3f, 0x3ff, 1)
4877
/* An
XL_MASK
with the RT, RA and RB fields fixed, but S bit clear. */
4878
#define XLS_MASK ((
XL_MASK
| RT_MASK | RA_MASK | RB_MASK) & ~(1 << 11))
4883
#define XLO_MASK (
XL_MASK
| BO_MASK)
4890
/* An
XL_MASK
with the BB field fixed. */
4891
#define XLBB_MASK (
XL_MASK
| BB_MASK)
4894
#define XLBH_MASK (
XL_MASK
| (BB_MASK & ~(3 << 11)))
6740
{"crnot", XL(19,33),
XL_MASK
, PPCCOM, PPCVLE|EXT, {BT, BAB}},
6741
{"crnor", XL(19,33),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}},
6753
{"crandc", XL(19,129),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}}
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c
4859
#define
XL_MASK
XLLK (0x3f, 0x3ff, 1)
4861
/* An
XL_MASK
with the RT, RA and RB fields fixed, but S bit clear. */
4862
#define XLS_MASK ((
XL_MASK
| RT_MASK | RA_MASK | RB_MASK) & ~(1 << 11))
4867
#define XLO_MASK (
XL_MASK
| BO_MASK)
4874
/* An
XL_MASK
with the BB field fixed. */
4875
#define XLBB_MASK (
XL_MASK
| BB_MASK)
4878
#define XLBH_MASK (
XL_MASK
| (BB_MASK & ~(3 << 11)))
6712
{"crnot", XL(19,33),
XL_MASK
, PPCCOM, PPCVLE|EXT, {BT, BAB}},
6713
{"crnor", XL(19,33),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}},
6725
{"crandc", XL(19,129),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}}
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c
4740
#define
XL_MASK
XLLK (0x3f, 0x3ff, 1)
4742
/* An
XL_MASK
with the RT, RA and RB fields fixed, but S bit clear. */
4743
#define XLS_MASK ((
XL_MASK
| RT_MASK | RA_MASK | RB_MASK) & ~(1 << 11))
4748
#define XLO_MASK (
XL_MASK
| BO_MASK)
4755
/* An
XL_MASK
with the BB field fixed. */
4756
#define XLBB_MASK (
XL_MASK
| BB_MASK)
4759
#define XLBH_MASK (
XL_MASK
| (BB_MASK & ~(3 << 11)))
6593
{"crnot", XL(19,33),
XL_MASK
, PPCCOM, PPCVLE|EXT, {BT, BAB}},
6594
{"crnor", XL(19,33),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}},
6606
{"crandc", XL(19,129),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}}
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c
4740
#define
XL_MASK
XLLK (0x3f, 0x3ff, 1)
4742
/* An
XL_MASK
with the RT, RA and RB fields fixed, but S bit clear. */
4743
#define XLS_MASK ((
XL_MASK
| RT_MASK | RA_MASK | RB_MASK) & ~(1 << 11))
4748
#define XLO_MASK (
XL_MASK
| BO_MASK)
4755
/* An
XL_MASK
with the BB field fixed. */
4756
#define XLBB_MASK (
XL_MASK
| BB_MASK)
4759
#define XLBH_MASK (
XL_MASK
| (BB_MASK & ~(3 << 11)))
6593
{"crnot", XL(19,33),
XL_MASK
, PPCCOM, PPCVLE|EXT, {BT, BAB}},
6594
{"crnor", XL(19,33),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}},
6606
{"crandc", XL(19,129),
XL_MASK
, COM, PPCVLE, {BT, BA, BB}}
[
all
...]
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026