OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMipsSubu
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/codegen/mips/Mips32/
Gen.cpp
156
withCarryHelper(cUnit,
kMipsSubu
, rlResult, rlResult, rlSrc2,
171
withCarryHelper(cUnit,
kMipsSubu
, rlResult, rlSrc1, rlResult,
186
withCarryHelper(cUnit,
kMipsSubu
, rlResult, rlSrc1, rlSrc2,
Factory.cpp
243
opcode =
kMipsSubu
;
298
opcode =
kMipsSubu
;
377
return newLIR3(cUnit,
kMipsSubu
, rDestSrc1, r_ZERO, rSrc2);
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
458
kMipsSubu
, /* subu d,s,t [000000] s[25..21] t[20..16] d[15..11] [00000100011] */
CodegenDriver.cpp
791
newLIR3(cUnit,
kMipsSubu
, rlResult.lowReg, r_ZERO, rlSrc2.lowReg);
792
newLIR3(cUnit,
kMipsSubu
, tReg, r_ZERO, rlSrc2.highReg);
794
newLIR3(cUnit,
kMipsSubu
, rlResult.highReg, tReg, rlResult.highReg);
[
all
...]
Assemble.cpp
289
ENCODING_MAP(
kMipsSubu
, 0x00000023, /* used for "neg" too */
[
all
...]
Completed in 45 milliseconds