OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsSeb
(Results
1 - 6
of
6
) sorted by null
/art/compiler/dex/quick/mips/
mips_lir.h
352
kMipsSeb
, // seb d,t [01111100000] t[20..16] d[15..11] [10000100000].
utility_mips.cc
305
res = NewLIR2(
kMipsSeb
, r_dest_src1, r_src2);
assemble_mips.cc
244
ENCODING_MAP(
kMipsSeb
, 0x7c000420,
[
all
...]
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
445
kMipsSeb
, /* seb d,t [01111100000] t[20..16] d[15..11] [10000100000] */
Assemble.cpp
240
ENCODING_MAP(
kMipsSeb
, 0x7c000420,
[
all
...]
/dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp
387
res = newLIR2(cUnit,
kMipsSeb
, rDestSrc1, rSrc2);
Completed in 33 milliseconds