OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsBeq
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/mips/
assemble_mips.cc
113
ENCODING_MAP(
kMipsBeq
, 0x10000000,
471
case
kMipsBeq
: opcode = kMipsBne; break;
472
case kMipsBne: opcode =
kMipsBeq
; break;
607
} else if (lir->opcode ==
kMipsBeq
|| lir->opcode == kMipsBne) {
[
all
...]
mips_lir.h
400
// NOTE: the code tests the range
kMipsBeq
thru kMipsBne, so adding an instruction in this
402
kMipsBeq
, // beq s,t,o [000100] s[25..21] t[20..16] o[15..0].
int_mips.cc
73
br_op =
kMipsBeq
;
Completed in 60 milliseconds