OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsBne
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/quick/mips/
assemble_mips.cc
141
ENCODING_MAP(
kMipsBne
, 0x14000000,
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
409
kMipsBne
, // bne s,t,o [000101] s[25..21] t[20..16] o[15..0].
int_mips.cc
77
br_op =
kMipsBne
;
Completed in 228 milliseconds