OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_rem_int
(Results
1 - 25
of
27
) sorted by null
1
2
/dalvik/vm/mterp/c/
OP_REM_INT.cpp
1
HANDLE_OP_X_INT(
OP_REM_INT
, "rem", %, 2)
/dalvik/vm/compiler/codegen/arm/
CalloutHelper.h
60
extern "C" int __aeabi_idivmod(int op1, int op2); //
OP_REM_INT
[_2ADDR|_LIT8|_LIT16]
CodegenDriver.cpp
816
case
OP_REM_INT
:
[
all
...]
/dalvik/libdex/
DexOpcodes.h
219
OP_REM_INT
= 0x94,
485
H(
OP_REM_INT
), \
[
all
...]
/dalvik/vm/compiler/codegen/x86/
Lower.cpp
786
case
OP_REM_INT
:
787
return
op_rem_int
();
BytecodeVisitor.cpp
262
case
OP_REM_INT
:
780
case
OP_REM_INT
:
782
inst_op ==
OP_REM_INT
|| inst_op == OP_REM_INT_LIT8)
906
if(inst_op ==
OP_REM_INT
)
[
all
...]
Lower.h
[
all
...]
LowerAlu.cpp
731
int
op_rem_int
() {
function
[
all
...]
/libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java
169
int
OP_REM_INT
= 0x0094;
/dalvik/vm/analysis/
Liveness.cpp
567
case
OP_REM_INT
:
DexVerify.cpp
1002
case
OP_REM_INT
:
[
all
...]
CodeVerify.cpp
[
all
...]
/dalvik/vm/compiler/
Dataflow.cpp
477
// 94
OP_REM_INT
vAA, vBB, vCC
[
all
...]
/dalvik/vm/mterp/out/
InterpC-allstubs.cpp
[
all
...]
InterpC-portable.cpp
[
all
...]
InterpAsm-armv5te-vfp.S
[
all
...]
InterpAsm-armv5te.S
[
all
...]
InterpAsm-armv7-a-neon.S
[
all
...]
InterpAsm-armv7-a.S
[
all
...]
/dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp
869
case
OP_REM_INT
:
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/7/
android.jar
/cts/tools/dex-tools/dex/
classes0.out.dex
[
all
...]
Completed in 1474 milliseconds
1
2