/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 114 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 115 "xsadddp $XT, $XA, $XB", IIC_VecFP, 116 [(set f64:$XT, (fadd f64:$XA, f64:$XB))]>; 118 (outs vsfrc:$XT), (ins vsfrc:$XA, vsfrc:$XB), 119 "xsmuldp $XT, $XA, $XB", IIC_VecFP, 120 [(set f64:$XT, (fmul f64:$XA, f64:$XB))]>; 123 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), 124 "xvadddp $XT, $XA, $XB", IIC_VecFP, 125 [(set v2f64:$XT, (fadd v2f64:$XA, v2f64:$XB))]>; 128 (outs vsrc:$XT), (ins vsrc:$XA, vsrc:$XB), [all …]
|
D | PPCInstrFormats.td | 827 bits<6> XA; 833 let Inst{11-15} = XA{4-0}; 836 let Inst{29} = XA{5}; 845 bits<6> XA; 852 let Inst{11-15} = XA{4-0}; 855 let Inst{29} = XA{5}; 864 bits<6> XA; 871 let Inst{11-15} = XA{4-0}; 876 let Inst{29} = XA{5}; 885 bits<6> XA; [all …]
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 1 module XA { 11 use XA 17 use XA 24 use XA 31 use XA
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part1.stdout.exp | 165 XA[11111111,22222222,33333333,44444444] 169 XA[00112233,44556677,8899aabb,ccddeeff] 173 XA[11111111,22222222,33333333,44444444] 177 XA[00112233,44556677,8899aabb,ccddeeff] 181 XA[11111111,22222222,33333333,44444444] 185 XA[11111111,22222222,33333333,44444444] 189 XA[11111111,22222222,33333333,44444444] 193 XA[11111111,22222222,33333333,44444444] 197 XA[11111111,22222222,33333333,44444444] 201 XA[11111111,22222222,33333333,44444444] [all …]
|
D | test_isa_2_06_part1.stdout.exp-LE | 165 XA[11111111,22222222,33333333,44444444] 169 XA[00112233,44556677,8899aabb,ccddeeff] 173 XA[11111111,22222222,33333333,44444444] 177 XA[00112233,44556677,8899aabb,ccddeeff] 181 XA[11111111,22222222,33333333,44444444] 185 XA[11111111,22222222,33333333,44444444] 189 XA[11111111,22222222,33333333,44444444] 193 XA[11111111,22222222,33333333,44444444] 197 XA[11111111,22222222,33333333,44444444] 201 XA[11111111,22222222,33333333,44444444] [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part1.stdout.exp | 157 XA[11111111,22222222,33333333,44444444] 161 XA[00112233,44556677,8899aabb,ccddeeff] 165 XA[11111111,22222222,33333333,44444444] 169 XA[00112233,44556677,8899aabb,ccddeeff] 173 XA[11111111,22222222,33333333,44444444] 177 XA[11111111,22222222,33333333,44444444] 181 XA[11111111,22222222,33333333,44444444] 185 XA[11111111,22222222,33333333,44444444] 189 XA[11111111,22222222,33333333,44444444] 193 XA[11111111,22222222,33333333,44444444] [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | ConstantExprLowering.ll | 4 @XA = external global i32 ; <i32*> [#uses=1] 18 …phi i32 [ sub (i32 ptrtoint (i32* @XA to i32), i32 ptrtoint (i32* @XB to i32)), %less ], [ sub (i3…
|
/external/clang/test/Layout/ |
D | ms-x86-vtordisp.cpp | 176 struct XA { struct 177 XA() { printf("XA"); } in XA() argument 180 struct XB : XA { argument
|
/external/clang/test/CodeGenCXX/ |
D | dynamic-cast-hint.cpp | 18 class XA : public A { }; class 21 class X : public XA, public XB, public XC { };
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 13015 UChar XA = ifieldRegXA( theInstr ); in dis_vxv_dp_arith() local 13028 assign(frA, unop(Iop_ReinterpI64asF64, unop(Iop_V128HIto64, getVSReg( XA )))); in dis_vxv_dp_arith() 13030 assign(frA2, unop(Iop_ReinterpI64asF64, unop(Iop_V128to64, getVSReg( XA )))); in dis_vxv_dp_arith() 13064 DIP("xv%sdp v%d,v%d,v%d\n", oper_name, (UInt)XT, (UInt)XA, (UInt)XB); in dis_vxv_dp_arith() 13144 (UInt)XT, (UInt)XA, (UInt)XB); in dis_vxv_dp_arith() 13215 DIP("xvtdivdp cr%d,v%d,v%d\n", (UInt)crfD, (UInt)XA, (UInt)XB); in dis_vxv_dp_arith() 13216 assign( frAHi_I64, unop(Iop_V128HIto64, getVSReg( XA )) ); in dis_vxv_dp_arith() 13217 assign( frALo_I64, unop(Iop_V128to64, getVSReg( XA )) ); in dis_vxv_dp_arith() 13258 UChar XA = ifieldRegXA( theInstr ); in dis_vxv_sp_arith() local 13278 DIP("xvaddsp v%d,v%d,v%d\n", (UInt)XT, (UInt)XA, (UInt)XB); in dis_vxv_sp_arith() [all …]
|
/external/vboot_reference/tests/testkeys/ |
D | key_rsa8192.pem | 87 WOra5okh6XXnybrBQpbgIDOCKEYXNQgeOhPOQP901z8PYb4spYO0imLpU3eKn+XA
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | README | 30 The XA state tracker is intended as a versioned interface to gallium for
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_pos.utf | 25 ! 23: alias XA for the user lexicon
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_kdt_posd.pkb | 188 �p�6I��'�� d�,`M�a`��d�,�*�8Ji�I�XA�N
|
D | en-US_lh0_kpdf_phs.pkb | 4379 "$G���հ�XA;@DFGIIC7(
|
/external/icu/icu4c/source/data/translit/ |
D | Amharic_Latin_BGN.txt | 125 ኀ → h\u032Eā ; # ETHIOPIC SYLLABLE XA
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 269 for (TemplateArgument::pack_iterator XA = X.pack_begin(), in checkDeducedTemplateArguments() local 272 XA != XAEnd; ++XA, ++YA) { in checkDeducedTemplateArguments() 275 DeducedTemplateArgument(*XA, X.wasDeducedFromArrayBound()), in checkDeducedTemplateArguments()
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 2470 replacement{"XA"} 3758 replacement{"XA"}
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_klex.pkb | 376 BMO;[!2E;previa$ previsteJ previstoZprezzi3MO!$XAprezzo4MO!$XKprimaNMO!BG1primato4…
|
/external/mesa3d/ |
D | configure.ac | 577 [enable build of the XA X Acceleration API @<:@default=no@:>@])], 1348 dnl XA configuration
|