OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_SH_RS
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h
161
OP_SH_RS
= 21,
245
emitInst(0x00000021 | (rd << OP_SH_RD) | (rs <<
OP_SH_RS
));
270
emitInst(0x24000000 | (rt << OP_SH_RT) | (rs <<
OP_SH_RS
)
276
emitInst(0x00000021 | (rd << OP_SH_RD) | (rs <<
OP_SH_RS
)
282
emitInst(0x00000023 | (rd << OP_SH_RD) | (rs <<
OP_SH_RS
)
288
emitInst(0x00000018 | (rs <<
OP_SH_RS
) | (rt << OP_SH_RT));
293
emitInst(0x0000001a | (rs <<
OP_SH_RS
) | (rt << OP_SH_RT));
309
emitInst(0x70000002 | (rd << OP_SH_RD) | (rs <<
OP_SH_RS
)
319
emitInst(0x00000024 | (rd << OP_SH_RD) | (rs <<
OP_SH_RS
)
325
emitInst(0x30000000 | (rt << OP_SH_RT) | (rs <<
OP_SH_RS
)
[
all
...]
/external/qemu/
mips-dis.c
83
#define
OP_SH_RS
21
[
all
...]
Completed in 272 milliseconds