Searched refs:div (Results 1 - 7 of 7) sorted by relevance

/dalvik/vm/mterp/x86-atom/
H A DbinopD.S19 * Code: 32-bit integer divide operation. If "div" is set, the code
23 * For: div-int, rem-int
32 %default {"div":"1"}
47 .if $div
55 .if $div
H A DbinopD2addr.S19 * Code: 32-bit "/2addr" integer divde operation. If "div"
23 * For: div-int/2addr, rem-int/2addr
33 %default {"div":"1"}
49 .if $div
60 .if $div
H A DbinopDLit16.S19 * Code: 32-bit "lit16" divide operation. If "div" is set, the code
23 * For: div-int/lit16, rem-int/lit16
33 %default {"div":"1"}
50 .if $div
59 .if $div
H A DbinopDLit8.S19 * Code: 32-bit "lit8" divide operation. If "div" is set, the code
23 * For: div-int/lit8, rem-int/lit8
33 %default {"div":"1"}
49 .if $div
57 .if $div
/dalvik/vm/analysis/
H A DRegisterMap.cpp1310 float div = (float) kNumUpdatePosns / method->registersSize; local
1339 int idx = (int) (bitNum * div);
1341 ALOGE("FAIL: bitNum=%d (of %d) div=%.3f idx=%d",
1342 bitNum, method->registersSize, div, idx);
/dalvik/vm/
H A DInit.cpp223 * "div" specifies a divisor, e.g. 1024 if the value must be a multiple
232 static size_t parseMemOption(const char *s, size_t div) argument
292 if (val % div == 0) {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2180 bool div = (dalvikOpcode == OP_DIV_INT_LIT8 || dalvikOpcode == OP_DIV_INT_LIT16); local
2183 if (div) {
2335 /* Let the interpreter deal with div by 0 */

Completed in 109 milliseconds