OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t128
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGen/
x86_64-arguments.c
283
// CHECK: declare void @func40(%struct.
t128
* byval align 16)
285
typedef struct
t128
{
struct
/external/llvm/test/CodeGen/ARM/
lsr-on-unrolled-loops.ll
191
%
t128
= load i16* %t64, align 2
192
%t129 = sitofp i16 %
t128
to float
/external/llvm/test/CodeGen/X86/
lsr-reuse.ll
648
%
t128
= add i64 %t22, 3 ; <i64> [#uses=1]
668
%t146 = add i64 %
t128
, %t144 ; <i64> [#uses=1]
[
all
...]
/external/valgrind/main/VEX/priv/
guest_ppc_toIR.c
604
static void breakV128to4x64S( IRExpr*
t128
,
612
vassert(typeOfIRExpr(irsb->tyenv,
t128
) == Ity_V128);
622
assign( hi64, unop(Iop_V128HIto64,
t128
) );
623
assign( lo64, unop(Iop_V128to64,
t128
) );
631
static void breakV128to4x64U ( IRExpr*
t128
,
639
vassert(typeOfIRExpr(irsb->tyenv,
t128
) == Ity_V128);
649
assign( hi64, unop(Iop_V128HIto64,
t128
) );
650
assign( lo64, unop(Iop_V128to64,
t128
) );
[
all
...]
guest_amd64_toIR.c
[
all
...]
guest_x86_toIR.c
[
all
...]
Completed in 138 milliseconds