Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 67) sorted by relevance

123

/dalvik/vm/alloc/TEST/HeapBitmapTest/
DMakefile6 CC := gcc macro
11 $(CC) $(CFLAGS) -c $< -o $@ -I ../..
14 $(CC) $(CFLAGS) -c $< -o $@ -I ../.. -I include
17 $(CC) $^ -o $@
/dalvik/vm/mterp/x86-atom/
DOP_RSUB_INT_LIT8.S32 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
34 sub %ecx, %edx # %edx<- +CC sub vBB
DbinopLit8S.S35 FETCH_CCs 1, %ecx # %ecx<- +CC, sign-extended literal
38 $instr # %edx<- vBB op +CC
DbinopS.S33 FETCH_CC 1, %ecx # %ecx<- CC
37 $instr # %edx<- vBB op +CC
DbinopLit8.S35 FETCH_CCs 1, %edx # %edx<- +CC, sign-extended literal
38 $instr # %ecx<- vBB op +CC
Dbinop.S33 FETCH_CC 1, %edx # %edx<- CC
DOP_DIV_DOUBLE.S32 FETCH_CC 1, %edx # %edx<- CC
DOP_DIV_FLOAT.S32 FETCH_CC 1, %ecx # %ecx<- CC
DbinopWide.S34 FETCH_CC 1, %edx # %edx<- CC
DOP_REM_FLOAT.S33 FETCH_CC 1, %edx # %edx<- CC
DbinopF.S33 FETCH_CC 1, %edx # %edx<- CC
DOP_USHR_LONG.S31 FETCH_CC 1, %eax # %eax<- CC
DOP_SHL_LONG.S32 FETCH_CC 1, %eax # %eax<- CC
/dalvik/tests/042-new-instance/src/
DMain.java152 CC.newInstance(); in main()
160 static class CC { class in LocalClass3
161 private CC() {} in CC() method in LocalClass3.CC
165 Class c = CC.class; in newInstance()
/dalvik/vm/mterp/armv5te/
DbinopWide.S21 mov r3, r0, lsr #8 @ r3<- CC
24 add r3, rFP, r3, lsl #2 @ r3<- &fp[CC]
DOP_MUL_LONG.S23 mov r3, r0, lsr #8 @ r3<- CC
25 add r3, rFP, r3, lsl #2 @ r3<- &fp[CC]
DOP_CMP_LONG.S29 mov r3, r0, lsr #8 @ r3<- CC
31 add r3, rFP, r3, lsl #2 @ r3<- &fp[CC]
/dalvik/vm/mterp/x86/
Dbinop.S13 movzbl 3(rPC),%ecx # ecx<- CC
Dbinop1.S8 movzbl 3(rPC),%ecx # ecx<- CC
Dbinflop.S7 movzbl 2(rPC),%eax # eax<- CC
DOP_MUL_INT.S7 movzbl 3(rPC),%ecx # ecx<- CC
DOP_REM_DOUBLE.S4 movzbl 2(rPC),%eax # eax<- CC
DOP_REM_FLOAT.S4 movzbl 2(rPC),%eax # eax<- CC
DbinopWide.S7 movzbl 3(rPC),%ecx # ecx<- CC
DOP_SHR_LONG.S15 movzbl 3(rPC),%ecx # ecx<- CC

123