HomeSort by relevance Sort by last modified time
    Searched refs:III (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ecoff@ld-zero-3.d 2 #name: MIPS III load $zero
ld-zero-3.d 3 #name: MIPS III load $zero
mipsr6@ld-zero-3.d 3 #name: MIPS III load $zero
micromips@ld-zero-3.d 3 #name: MIPS III load $zero
  /art/test/523-checker-can-throw-regression/smali/
Test.smali 30 .method public static testCase(III)I
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class3_chroma.s 445 ADD r4,r0,r1 @III *pu1_src + src_strd
457 ADD r4,r11,r1 @III *pu1_src + src_strd
460 VLD1.8 D30,[r4]! @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
461 VLD1.8 D31,[r4] @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
482 SUB r10,r12,r7 @III ht_tmp - row
484 ADD r11,r14,r10,LSL #1 @III pu1_src_left_cpy[(ht_tmp - row) * 2]
486 CMP r7,#1 @III
488 BNE NEXT_ROW_POINTER_ASSIGNED_2 @III
490 LDR r5,[sp,#pu1_avail_offset] @III Loads pu1_avail
491 LDRB r5,[r5,#3] @III pu1_avail[3
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 452 ADD r11,r8,r1 @III *pu1_src + src_strd
457 VLD1.8 D30,[r11]! @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
458 VLD1.8 D31,[r11] @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
465 ADD r11,r11,#16 @III
467 LDRH r4,[r11] @III pu1_src_cpy[src_strd + 16]
474 VMOV.16 D18[0],r4 @III pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
482 VEXT.8 Q9,Q15,Q9,#2 @III pu1_next_row_tmp = vextq_u8(pu1_next_row, pu1_next_row_tmp, 2)
501 LDRB r4,[r0,r1] @III pu1_src_cpy[0]
503 SUB r5,r12,r7 @III ht_tmp - row
507 LSL r5,r5,#1 @III (ht_tmp - row) *
    [all...]
ihevc_sao_edge_offset_class3.s 356 ADD r2,r8,r1 @III *pu1_src + src_strd
365 VLD1.8 D30,[r2]! @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
366 VLD1.8 D31,[r2] @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
376 SUB r5,r12,r7 @III ht_tmp - row
382 ADD r8,r14,r5 @III pu1_src_left_cpy[ht_tmp - row]
384 CMP r7,#1 @III
386 BNE NEXT_ROW_ELSE_2 @III
387 LDR r5,[sp,#pu1_avail_offset] @III Loads pu1_avail
388 LDRB r5,[r5,#3] @III pu1_avail[3]
389 CMP r5,#0 @III
    [all...]
ihevc_sao_edge_offset_class2.s 346 ADD r11,r8,r1 @III iteration *pu1_src + src_strd
349 VLD1.8 D30,[r11]! @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
350 VLD1.8 D31,[r11] @III pu1_next_row = vld1q_u8(pu1_src_cpy + src_strd)
354 LDRB r8,[r11,#16] @III pu1_src_cpy[src_strd + 16]
362 VMOV.8 D18[0],r8 @III pu1_next_row_tmp = vsetq_lane_u8(pu1_src_cpy[src_strd + 16], pu1_next_row_tmp, 0)
366 VEXT.8 Q9,Q15,Q9,#1 @III pu1_next_row_tmp = vextq_u8(pu1_next_row, pu1_next_row_tmp, 1)
367 LDRB r2,[r0,r1] @III pu1_src_cpy[0]
370 SUB r5,r12,r7 @III ht_tmp - row
374 ADD r5,r14,r5 @III pu1_src_left_cpy[ht_tmp - row]
378 LDRB r5,[r5,#-1] @III load the valu
    [all...]
  /build/kati/testcase/
override_define.mk 21 echo III
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput/d/
T_aput_1.d 26 .method public run([III)V
T_aput_7.d 26 .method public run([III)V
T_aput_9.d 26 .method public run([III)V
  /external/llvm/lib/Analysis/
VectorUtils.cpp 244 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
246 if (!isa<ConstantInt>(III->getOperand(2)))
248 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
253 return III->getOperand(1);
257 return findScalarElement(III->getOperand(0), EltNo);
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 243 EEE < CCC > >class III {
261 III <
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 92 if (InsertElementInst *III = dyn_cast<InsertElementInst>(V)) {
94 if (!isa<ConstantInt>(III->getOperand(2)))
96 unsigned IIElt = cast<ConstantInt>(III->getOperand(2))->getZExtValue();
101 return III->getOperand(1);
105 return FindScalarElement(III->getOperand(0), EltNo);
  /external/fec/
ssebfly27.s 10 # Requires Pentium III or better
ssebfly29.s 9 # Requires Pentium III or better
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp     [all...]
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 151 vld1.32 d31[0], [r1], r3 @III row Load pu1_pred buf
163 vst1.32 d1[0], [r2], r4 @III row store the value
ih264_iquant_itrans_recon_a9.s 184 vld1.32 d31[0], [r1], r3 @III row Load pu1_pred buf
222 vst1.32 d1[0], [r2], r4 @III row store the value
359 vld2.8 {d29, d30}, [r1], r3 @III row Load pu1_pred buf
382 vtrn.32 d29, d30 @ D29 -- row III and IV of pu1_pred_buf
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 189 for (unsigned III : reverse(Indices))
190 PN->removeIncomingValue(III);
  /art/test/100-reflect2/src/
Main.java 206 m = Main.class.getDeclaredMethod("III", int.class, int.class);
264 private static int III(int i, int j) {
  /libcore/luni/src/test/java/libcore/java/util/
ArraysTest.java 277 public void test_parallelPrefix$III() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 154 public void test_Constructor$III() {
    [all...]

Completed in 1316 milliseconds

1 2