HomeSort by relevance Sort by last modified time
    Searched defs:x10 (Results 26 - 38 of 38) sorted by null

12

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 651 int x10 = input[5]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
695 x10 = dct_const_round_shift(s2 - s10);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
730 x10 = dct_const_round_shift(s10 + s14);
748 s10 = x10;
765 x10 = s8 - s10
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 811 int x10 = input[5]; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
846 x10 = fdct_round_shift(s2 - s10);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
881 x10 = fdct_round_shift(s10 + s14);
899 s10 = x10;
916 x10 = s8 - s10;
928 s10 = cospi_16_64 * (x10 + x11)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 193 __ Add(x10, code_pointer(), Operand(w10, UXTW));
194 __ Br(x10);
219 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
220 __ Cmp(x10, input_start());
230 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
231 __ Cmp(x10, input_start());
299 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
422 __ Mov(x10, GetCachedRegister(start_reg));
425 __ Ldp(w11, w10, capture_location(start_reg, x10));
615 __ Mov(x10, map)
1512 __ Cmp(backtrack_stackpointer(), x10); local
    [all...]
full-codegen-arm64.cc 129 __ Peek(x10, receiver_offset);
130 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok);
132 __ Ldr(x10, GlobalObjectMemOperand());
133 __ Ldr(x10, FieldMemOperand(x10, GlobalObject::kGlobalReceiverOffset));
134 __ Poke(x10, receiver_offset);
163 __ Sub(x10, jssp, locals_count * kPointerSize);
164 __ CompareRoot(x10, Heap::kRealStackLimitRootIndex);
169 __ LoadRoot(x10, Heap::kUndefinedValueRootIndex);
171 __ PushMultipleTimes(x10 , locals_count)
4695 __ Push(result_register(), x10); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 247 SET_INT_VECTOR(0x10, #0xC000, #vgabios_int10_handler)
258 int #0x10 variable
315 cmp bl, #0x10
347 cmp ah, #0x10
467 mov al, #0x10
571 int #0x10
577 int #0x10
670 case 0x10:
671 // All other functions of group AH=0x10 rewritten in assembler
678 case 0x10
3863 mov dl, #0x10 ;; I\/O space #0 local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 723 unsigned char fdpt0[0x10];
724 unsigned char fdpt1[0x10];
4014 mov ax, #0x10 ;; 010 000 = 2nd descriptor in table, TI=GDT, RPL=00 local
8711 mov al, #0x10 ;; get CMOS diskette drive type local
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 2781 milliseconds

12