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

1 2

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
avx512pfintrin.h 52 void *addr, int scale, int hint)
55 scale, hint);
61 void *addr, int scale, int hint)
64 scale, hint);
70 void *addr, int scale, int hint)
73 scale, hint);
79 void *addr, int scale, int hint)
82 scale, hint);
88 int hint)
91 (long long const *)addr, scale, hint);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.d 23 0*0000084 HINT sys_umount
31 0*00000b4 HINT sys_mount
35 0*00000c8 HINT sys_chroot
49 0*0000164 HINT memcmp
55 0*0000188 HINT strcpy
64 0*000001c HINT simple_strtol
79 0*00000f0 HINT sprintf
83 0*000010c HINT sys_open
87 0*0000134 HINT sys_read
91 0*000014c HINT sys_clos
    [all...]
elf-tls-1.d 11 0*0000008 HINT __tls_get_addr
12 0*000000c HINT __tls_get_addr
elf-reloc-1.d 14 0*0000014 HINT f
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.h 47 enum { HINT = 0x4501 /* 45-display layer hint, 01-Enable */ };
49 // frames to wait before setting this hint
cpuhint.cpp 51 DLOGI("Invalid CPU Hint Pre-enable Window %d", pre_enable_window);
55 DLOGI("CPU Hint Pre-enable Window %d", pre_enable_window);
85 int hint = HINT; local
87 &hint, sizeof(hint) / sizeof(int));
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
cpuhint.h 47 enum { HINT = 0x4501 /* 45-display layer hint, 01-Enable */ };
49 // frames to wait before setting this hint
cpuhint.cpp 51 DLOGI("Invalid CPU Hint Pre-enable Window %d", pre_enable_window);
55 DLOGI("CPU Hint Pre-enable Window %d", pre_enable_window);
85 int hint = HINT; local
87 &hint, sizeof(hint) / sizeof(int));
  /external/elfutils/backends/
alpha_reloc.def 39 RELOC_TYPE (HINT, REL)
  /external/llvm/lib/Target/AArch64/
AArch64A53Fix835769.cpp 171 BuildMI(I->getParent(), DL, TII->get(AArch64::HINT)).addImm(0);
175 BuildMI(MBB, MI, DL, TII->get(AArch64::HINT)).addImm(0);
AArch64AsmPrinter.cpp 388 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::HINT).addImm(0));
430 EmitToStreamer(OutStreamer, MCInstBuilder(AArch64::HINT).addImm(0));
AArch64InstrInfo.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
frv-opc.c     [all...]
mips-formats.h 35 #define HINT(SIZE, LSB) \
micromips-opc.c 80 case 'F': HINT (4, 0);
88 case 'O': HINT (4, 0);
110 case 'J': HINT (10, 16);
147 case '|': HINT (4, 12);
150 case '^': HINT (5, 11);
153 case '1': HINT (5, 16);
154 case '2': HINT (2, 14);
155 case '3': HINT (3, 13);
156 case '4': HINT (4, 12);
157 case '5': HINT (8, 13)
    [all...]
mips-opc.c 118 case '1': HINT (5, 6);
119 case '2': HINT (10, 6);
120 case '3': HINT (15, 6);
121 case '4': HINT (20, 6);
137 case 'J': HINT (10, 11);
202 case '\'': HINT (6, 16);
212 case '1': HINT (5, 6);
213 case '2': HINT (2, 11);
214 case '3': HINT (3, 21);
215 case '4': HINT (4, 21)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 38 NopInst.setOpcode(ARM::HINT);
  /external/v8/test/mjsunit/
double-equals.js 163 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
164 // Having no hint means Date gets a string hint, and everything else gets
165 // a number hint.
  /external/opencv/cxcore/src/
cxnorm.cpp 192 In IPP only 32f flavors of norm functions are with hint.
199 CvSize size, double* _norm, CvHintAlgorithm /*hint*/ ), \
341 CvHintAlgorithm /*hint*/ ), \
    [all...]
cxsumpixels.cpp 285 sumtype_final* sum, CvHintAlgorithm /*hint*/ ), \
374 ICV_DEF_SUM_ALL( Sum, 32f, CV_NOP, float, double, double, double, HINT, NOHINT, 0 )
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
constants-arm64.h 668 HINT = SystemHintFixed | 0x00000000
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 75 // Check for HINT instructions w/ canonical names.
76 case ARM::HINT:
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 695 HINT = SystemHintFixed | 0x00000000
    [all...]

Completed in 1183 milliseconds

1 2