/external/llvm/test/Transforms/LoopUnswitch/ |
basictest.ll | 56 ; CHECK: call void @decf() 57 ; CHECK-NOT: call void @decf() 58 call void @decf() noreturn nounwind noduplicate 95 call void @decf() noreturn nounwind 106 declare void @decf() noreturn
|
2011-11-18-SimpleSwitch.ll | 44 ; CHECK-NEXT: call void @decf() [[NOR_NUW]] 83 call void @decf() noreturn nounwind 92 declare void @decf() noreturn
|
2011-11-18-TwoSwitches-Threshold.ll | 85 declare void @decf() noreturn
|
2011-11-18-TwoSwitches.ll | 139 declare void @decf() noreturn
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.cpp | 48 decf = new DecimalFormat("00", symbols, status); 72 decf->format(hour, appendTo); 73 decf->format(min, appendTo); 74 decf->format(sec, appendTo); 87 DecimalFormat* decf; member in class:DumpFormatter
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
ICUZDump.java | 189 private DecimalFormat decf; field in class:ICUZDump.DumpFormatter 193 decf = new DecimalFormat("00", decfs); 216 buf.append(decf.format(hour)); 217 buf.append(decf.format(min)); 218 buf.append(decf.format(sec));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/ |
z8k.exp | 36 gas_test_error "decf.s" "" "immediate 4bit value out of range"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mcore/ |
allinsn.s | 45 test decf r1
|
allinsn.d | 111 0+044 <decf>: 112 44: 0091 decf r1
|
/toolchain/binutils/binutils-2.25/opcodes/ |
mcore-opc.h | 65 { "decf", O1, 0, 0x0090 },
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-9303 | 677 * gas/z8k/decf.s: New file. [all...] |