HomeSort by relevance Sort by last modified time
    Searched refs:ee (Results 126 - 150 of 816) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512f_vl-opts.d 13 [ ]*[a-f0-9]+:[ ]*62 f1 fd 0f 29 ee[ ]*vmovapd\.s %xmm5,%xmm6\{%k7\}
15 [ ]*[a-f0-9]+:[ ]*62 f1 fd 8f 29 ee[ ]*vmovapd\.s %xmm5,%xmm6\{%k7\}\{z\}
17 [ ]*[a-f0-9]+:[ ]*62 f1 fd 0f 29 ee[ ]*vmovapd\.s %xmm5,%xmm6\{%k7\}
19 [ ]*[a-f0-9]+:[ ]*62 f1 fd 8f 29 ee[ ]*vmovapd\.s %xmm5,%xmm6\{%k7\}\{z\}
21 [ ]*[a-f0-9]+:[ ]*62 f1 fd 2f 29 ee[ ]*vmovapd\.s %ymm5,%ymm6\{%k7\}
23 [ ]*[a-f0-9]+:[ ]*62 f1 fd af 29 ee[ ]*vmovapd\.s %ymm5,%ymm6\{%k7\}\{z\}
25 [ ]*[a-f0-9]+:[ ]*62 f1 fd 2f 29 ee[ ]*vmovapd\.s %ymm5,%ymm6\{%k7\}
27 [ ]*[a-f0-9]+:[ ]*62 f1 fd af 29 ee[ ]*vmovapd\.s %ymm5,%ymm6\{%k7\}\{z\}
29 [ ]*[a-f0-9]+:[ ]*62 f1 7c 0f 29 ee[ ]*vmovaps\.s %xmm5,%xmm6\{%k7\}
31 [ ]*[a-f0-9]+:[ ]*62 f1 7c 8f 29 ee[ ]*vmovaps\.s %xmm5,%xmm6\{%k7\}\{z\
    [all...]
x86-64-avx512bw-opts-intel.d 25 [ ]*[a-f0-9]+:[ ]*62 01 7f 48 7f ee[ ]*vmovdqu8\.s zmm30,zmm29
27 [ ]*[a-f0-9]+:[ ]*62 01 7f 4f 7f ee[ ]*vmovdqu8\.s zmm30\{k7\},zmm29
29 [ ]*[a-f0-9]+:[ ]*62 01 7f cf 7f ee[ ]*vmovdqu8\.s zmm30\{k7\}\{z\},zmm29
31 [ ]*[a-f0-9]+:[ ]*62 01 7f 48 7f ee[ ]*vmovdqu8\.s zmm30,zmm29
33 [ ]*[a-f0-9]+:[ ]*62 01 7f 4f 7f ee[ ]*vmovdqu8\.s zmm30\{k7\},zmm29
35 [ ]*[a-f0-9]+:[ ]*62 01 7f cf 7f ee[ ]*vmovdqu8\.s zmm30\{k7\}\{z\},zmm29
37 [ ]*[a-f0-9]+:[ ]*62 01 ff 48 7f ee[ ]*vmovdqu16\.s zmm30,zmm29
39 [ ]*[a-f0-9]+:[ ]*62 01 ff 4f 7f ee[ ]*vmovdqu16\.s zmm30\{k7\},zmm29
41 [ ]*[a-f0-9]+:[ ]*62 01 ff cf 7f ee[ ]*vmovdqu16\.s zmm30\{k7\}\{z\},zmm29
43 [ ]*[a-f0-9]+:[ ]*62 01 ff 48 7f ee[ ]*vmovdqu16\.s zmm30,zmm2
    [all...]
x86-64-avx512bw-opts.d 25 [ ]*[a-f0-9]+:[ ]*62 01 7f 48 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30
27 [ ]*[a-f0-9]+:[ ]*62 01 7f 4f 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30\{%k7\}
29 [ ]*[a-f0-9]+:[ ]*62 01 7f cf 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30\{%k7\}\{z\}
31 [ ]*[a-f0-9]+:[ ]*62 01 7f 48 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30
33 [ ]*[a-f0-9]+:[ ]*62 01 7f 4f 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30\{%k7\}
35 [ ]*[a-f0-9]+:[ ]*62 01 7f cf 7f ee[ ]*vmovdqu8\.s %zmm29,%zmm30\{%k7\}\{z\}
37 [ ]*[a-f0-9]+:[ ]*62 01 ff 48 7f ee[ ]*vmovdqu16\.s %zmm29,%zmm30
39 [ ]*[a-f0-9]+:[ ]*62 01 ff 4f 7f ee[ ]*vmovdqu16\.s %zmm29,%zmm30\{%k7\}
41 [ ]*[a-f0-9]+:[ ]*62 01 ff cf 7f ee[ ]*vmovdqu16\.s %zmm29,%zmm30\{%k7\}\{z\}
43 [ ]*[a-f0-9]+:[ ]*62 01 ff 48 7f ee[ ]*vmovdqu16\.s %zmm29,%zmm3
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
movem-offset.d 11 6: 48ee 047c 0010 moveml %d2-%d6/%a2,%fp@\(16\)
13 12: 48ee 03ff 0010 moveml %d0-%a1,%fp@\(16\)
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 44 engine is not garbage collected and must be destroyed with [dispose ee].
51 (** [dispose ee] releases the memory used by the execution engine and must be
55 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
58 (** [remove_module m ee] removes the module [m] from the execution engine
59 [ee]. Raises [Error msg] if an error occurs. *)
62 (** [run_static_ctors ee] executes the static constructors of each module in
63 the execution engine [ee]. *)
66 (** [run_static_dtors ee] executes the static destructors of each module in
67 the execution engine [ee]. *
    [all...]
llvm_executionengine.ml 53 let add_global_mapping llval ptr ee =
54 add_global_mapping_ llval (Ctypes.raw_address_of_ptr (Ctypes.to_voidp ptr)) ee
56 let get_global_value_address name typ ee =
57 let vptr = get_global_value_address_ name ee in
63 let get_function_address name typ ee =
64 let fptr = get_function_address_ name ee in
  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 93 } catch (Exception ee) {
106 } catch (SQLException ee) {
137 } catch (SQLException ee) {
143 } catch (SQLException ee) {
156 } catch (SQLException ee) {
169 } catch (SQLException ee) {
195 } catch (Exception ee) {
215 } catch (Exception ee) {
228 } catch (Exception ee) {
240 } catch (Exception ee) {
    [all...]
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 50 let ee = create m in
60 add_module m2 ee;
67 add_global_mapping g cg ee;
70 let cg' = get_pointer_to_global g (ptr void) ee in
77 run_static_ctors ee;
80 let varh = get_global_value_address "globvar" int32_t ee in
85 let cplus = get_function_address "plus" cplusty ee in
90 let cgetglobal = get_pointer_to_global getglobal cgetglobalty ee in
94 remove_module m2 ee;
98 run_static_dtors ee;
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
executionengine.ml 68 let ee = ExecutionEngine.create m in var
69 ExecutionEngine.add_module m2 ee;
72 ExecutionEngine.run_static_ctors ee;
75 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in
79 ExecutionEngine.free_machine_code main ee;
82 match ExecutionEngine.find_function "dne" ee with
86 match ExecutionEngine.find_function "plus" ee with
94 ee in
98 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee);
101 ExecutionEngine.run_static_dtors ee;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MtrrLib/
MtrrLib.inf 19 FILE_GUID = 6826b408-f4f3-47ee-917f-af7047f9d937
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
pic1.d 18 c: ee 0a jump \(ra\)
pic2.d 18 c: ee 0a jump \(ra\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
gas-segfault.d 10 0: ee ba jump r14
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/
reloc-imm16.d 12 1010: ee 11 14 20 addw \$0x2014, r14
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 63 } catch (IndexOutOfBoundsException ee) {
70 } catch (IndexOutOfBoundsException ee) {
167 } catch (IndexOutOfBoundsException ee) {
174 } catch (IndexOutOfBoundsException ee) {
196 } catch (UnsupportedOperationException ee) {
275 } catch (ClassCastException ee) {
304 } catch (IllegalArgumentException ee) {
349 } catch (ClassCastException ee) {
377 } catch (IllegalArgumentException ee) {
391 } catch (IndexOutOfBoundsException ee) {
    [all...]
ResourceBundleTest.java 87 } catch (NullPointerException ee) {
93 } catch (NullPointerException ee) {
101 } catch (MissingResourceException ee) {
147 } catch (NullPointerException ee) {
154 } catch (NullPointerException ee) {
161 } catch (NullPointerException ee) {
168 } catch (MissingResourceException ee) {
205 } catch (NullPointerException ee) {
212 } catch (MissingResourceException ee) {
219 } catch (ClassCastException ee) {
    [all...]
  /external/libhevc/common/
ihevc_chroma_itrans_recon_16x16.c 120 WORD32 ee[4], eo[4]; local
176 ee[k] = eee[k] + eeo[k];
177 ee[k + 2] = eee[1 - k] - eeo[1 - k];
181 e[k] = ee[k] + eo[k];
182 e[k + 4] = ee[3 - k] - eo[3 - k];
225 ee[k] = eee[k] + eeo[k];
226 ee[k + 2] = eee[1 - k] - eeo[1 - k];
230 e[k] = ee[k] + eo[k];
231 e[k + 4] = ee[3 - k] - eo[3 - k];
277 ee[k] = eee[k] + eeo[k]
    [all...]
ihevc_itrans_recon_16x16.c 110 WORD32 ee[4], eo[4]; local
166 ee[k] = eee[k] + eeo[k];
167 ee[k + 2] = eee[1 - k] - eeo[1 - k];
171 e[k] = ee[k] + eo[k];
172 e[k + 4] = ee[3 - k] - eo[3 - k];
216 ee[k] = eee[k] + eeo[k];
217 ee[k + 2] = eee[1 - k] - eeo[1 - k];
221 e[k] = ee[k] + eo[k];
222 e[k + 4] = ee[3 - k] - eo[3 - k];
268 ee[k] = eee[k] + eeo[k]
    [all...]
ihevc_itrans.c 331 WORD32 ee[2], eo[2]; local
361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]
363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]
367 e[0] = ee[0] + eo[0];
368 e[3] = ee[0] - eo[0];
369 e[1] = ee[1] + eo[1];
370 e[2] = ee[1] - eo[1];
410 WORD32 ee[2], eo[2]; local
470 ee[0] = 64 *pi2_src[ 0 ] + 64 *pi2_src[ 4*8 ];
471 ee[1] = 64 *pi2_src[ 0 ] + -64 *pi2_src[ 4*8 ]
554 WORD32 ee[4], eo[4]; local
649 WORD32 ee[4], eo[4]; local
854 WORD32 ee[8], eo[8]; local
    [all...]
ihevc_itrans_recon_32x32.c 111 WORD32 ee[8], eo[8]; local
179 ee[k] = eee[k] + eeo[k];
180 ee[k + 4] = eee[3 - k] - eeo[3 - k];
184 e[k] = ee[k] + eo[k];
185 e[k + 8] = ee[7 - k] - eo[7 - k];
239 ee[k] = eee[k] + eeo[k];
240 ee[k + 4] = eee[3 - k] - eeo[3 - k];
244 e[k] = ee[k] + eo[k];
245 e[k + 8] = ee[7 - k] - eo[7 - k];
299 ee[k] = eee[k] + eeo[k]
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarOutputStreamTest.java 55 } catch (IOException ee) {
62 } catch (NullPointerException ee) {
77 } catch (IOException ee) {
87 } catch (IOException ee) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
vxworks-pic.d 12 4: ee 05 e0 00 ld \[ %l7 \], %l7
14 8: ee 05 e0 00 ld \[ %l7 \], %l7
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_reset.c 548 struct ath5k_eeprom_info *ee = &ah->ah_capabilities.cap_eeprom; local
554 ((ee->ee_cck_ofdm_power_delta -
555 ee->ee_scaled_cck_delta) * 2) / 10;
558 (ee->ee_cck_ofdm_power_delta * 2) / 10;
565 AR5K_REG_SM((ee->ee_cck_ofdm_gain_delta * -1),
577 ee->ee_cck_ofdm_gain_delta;
594 AR5K_PHY_NF_SVAL(ee->ee_noise_floor_thr[ee_mode]),
602 ee->ee_switch_settling_turbo[ee_mode]);
607 ee->ee_atn_tx_rx_turbo[ee_mode]);
612 ee->ee_adc_desired_size_turbo[ee_mode])
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.mli 92 is not garbage collected and must be destroyed with [dispose ee].
99 [dispose ee].
106 engine is not garbage collected and must be destroyed with [dispose ee].
110 (** [dispose ee] releases the memory used by the execution engine and must be
114 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
117 (** [remove_module m ee] removes the module [m] from the execution engine
118 [ee], disposing of [m] and the module referenced by [mp]. Raises
123 (** [find_function n ee] finds the function named [n] defined in any of the
124 modules owned by the execution engine [ee]. Returns [None] if the functio
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java 74 } catch (ZipException ee) {
82 } catch (IOException ee) {
105 } catch (ZipException ee) {
113 } catch (IOException ee) {
126 } catch (IOException ee) {
142 } catch (ZipException ee) {

Completed in 1059 milliseconds

1 2 3 4 56 7 8 91011>>