OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK1
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
lopcodes.h
107
#define
MASK1
(n,p) ((~((~(Instruction)0)<<(n)))<<(p))
110
#define MASK0(n,p) (~
MASK1
(n,p))
116
#define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) &
MASK1
(SIZE_OP,0)))
118
((cast(Instruction, o)<<POS_OP)&
MASK1
(SIZE_OP,POS_OP))))
123
#define getarg(i,pos,size) (cast_int(((i)>>(pos)) &
MASK1
(size,0)))
125
((cast(Instruction, v)<<pos)&
MASK1
(size,pos))))
/src/external/gpl3/binutils/dist/opcodes/
mt-opc.c
674
/* rcxmode $frsr2,#$rda,#$wr,#$xmode,#$
mask1
,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp */
677
{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (XMODE), ',', '#', OP (
MASK1
), ',', '#', OP (FBDISP), ',', '#', OP (ROWNUM2), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
/src/external/gpl3/binutils.old/dist/opcodes/
mt-opc.c
674
/* rcxmode $frsr2,#$rda,#$wr,#$xmode,#$
mask1
,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp */
677
{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (XMODE), ',', '#', OP (
MASK1
), ',', '#', OP (FBDISP), ',', '#', OP (ROWNUM2), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
/src/external/gpl3/gdb.old/dist/opcodes/
mt-opc.c
674
/* rcxmode $frsr2,#$rda,#$wr,#$xmode,#$
mask1
,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp */
677
{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (XMODE), ',', '#', OP (
MASK1
), ',', '#', OP (FBDISP), ',', '#', OP (ROWNUM2), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
/src/external/gpl3/gdb/dist/opcodes/
mt-opc.c
674
/* rcxmode $frsr2,#$rda,#$wr,#$xmode,#$
mask1
,#$fbdisp,#$rownum2,#$rc2,#$ctxdisp */
677
{ { MNEM, ' ', OP (FRSR2), ',', '#', OP (RDA), ',', '#', OP (WR), ',', '#', OP (XMODE), ',', '#', OP (
MASK1
), ',', '#', OP (FBDISP), ',', '#', OP (ROWNUM2), ',', '#', OP (RC2), ',', '#', OP (CTXDISP), 0 } },
Completed in 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026