OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsB
(Results
1 - 4
of
4
) sorted by null
/art/compiler/dex/quick/mips/
assemble_mips.cc
105
ENCODING_MAP(
kMipsB
, 0x10000000,
468
case
kMipsB
:
579
} else if (lir->opcode ==
kMipsB
|| lir->opcode == kMipsBal) {
[
all
...]
mips_lir.h
398
kMipsB
, // b o [0001000000000000] o[15..0].
target_mips.cc
559
return (lir->opcode ==
kMipsB
);
utility_mips.cc
111
LIR* res = NewLIR1(
kMipsB
, 0 /* offset to be patched during assembly*/);
Completed in 35 milliseconds