OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v2si
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/SemaCXX/
vector-casts.cpp
12
__v2si
v2si
;
local
23
(void)reinterpret_cast<__v4hi>(
v2si
);
24
(void)(__v4hi)
v2si
;
25
(void)reinterpret_cast<unsigned long long>(
v2si
);
26
(void)(unsigned long long)
v2si
;
30
(void)(E)
v2si
; // expected-error {{C-style cast from '__v2si' (vector of 2 'int' values) to 'E' is not allowed}}
32
(void)reinterpret_cast<E>(
v2si
); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'E' is not allowed}}
35
(void)reinterpret_cast<S>(
v2si
); // expected-error {{reinterpret_cast from '__v2si' (vector of 2 'int' values) to 'S' is not allowed}}
36
(void)(S)
v2si
; // expected-error {{no matching conversion for C-style cast from '__v2si' (vector of 2 'int' values) to 'S'}}
40
(void)reinterpret_cast<unsigned char>(
v2si
); // expected-error {{reinterpret_cast from vector '__v2si' (vector of 2 'int' values) to scalar ' (…)
[
all
...]
/toolchain/binutils/binutils-2.25/cpu/
mep-ivc2.cpu
481
(OPTIONAL_CP_INSN ivc2-c3-isa (SLOTS C3) (INTRINSIC "cpadd3_w") (CPTYPE
V2SI
) (CRET FIRST))
529
(OPTIONAL_CP_INSN ivc2-c3-isa (SLOTS C3) (INTRINSIC "cpsub3_w") (CPTYPE
V2SI
) (CRET FIRST))
709
(OPTIONAL_CP_INSN ivc2-c3-isa (SLOTS C3) (INTRINSIC "cpunpackl_w") (CPTYPE
V2SI
) (CRET FIRST))
805
(OPTIONAL_CP_INSN ivc2-c3-isa (SLOTS C3) (INTRINSIC "cpsrl3_w") (CPTYPE
V2SI
) (CRET FIRST))
817
(OPTIONAL_CP_INSN ivc2-c3-isa (SLOTS C3) (INTRINSIC "cpssrl3_w") (CPTYPE
V2SI
) (CRET FIRST))
[
all
...]
mep-core.cpu
642
(values CP_DATA_BUS_INT VECT
V2SI
V4HI V8QI V2USI V4UHI V8UQI)
[
all
...]
/external/clang/include/clang/Basic/
BuiltinsMips.def
118
BUILTIN(__builtin_mips_repl_ph, "
V2si
", "nc")
[
all
...]
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h
470
__aarch64_vget_lane_any (
v2si
, , ,__a, __b)
478
__aarch64_vget_lane_any (
v2si
, (uint32_t), (int32x2_t), __a, __b)
[
all
...]
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
arm_neon.h
470
__aarch64_vget_lane_any (
v2si
, , ,__a, __b)
478
__aarch64_vget_lane_any (
v2si
, (uint32_t), (int32x2_t), __a, __b)
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
mep-desc.c
89
{ "
V2SI
", CPTYPE_V2SI },
[
all
...]
Completed in 726 milliseconds