Home
last modified time | relevance | path

Searched refs:sty (Results 1 – 25 of 63) sorted by relevance

123

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dtarget.ml37 let sty = struct_type context [| i32_type; i64_type |] in
43 ignore (size_in_bits td sty);
44 ignore (store_size td sty);
45 ignore (abi_size td sty);
46 ignore (stack_align td sty);
47 ignore (preferred_align td sty);
48 ignore (preferred_align_of_global td (declare_global sty "g" m));
49 ignore (element_at_offset td sty (Int64.of_int 1));
50 ignore (offset_of_element td sty 1);
Dvmcore.ml840 let sty = struct_type context [| i8_type; i64_type |] in var
841 let fty = function_type sty [| |] in
1070 let sty = struct_type context [| i32_type; i8_type |] in
1071 let alloca2 = build_alloca sty "build_alloca2" b in
1202 let sty = struct_type context [| i32_type; i8_type |] in
1208 let p = build_alloca sty "ba" atentry in
/external/llvm/test/Bindings/OCaml/
Dtarget.ml46 let sty = struct_type context [| i32_type; i64_type |] in
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
56 assert_equal (DL.abi_size sty dl) (Int64.of_int 12);
57 assert_equal (DL.stack_align sty dl) 4;
58 assert_equal (DL.preferred_align sty dl) 8;
59 assert_equal (DL.preferred_align_of_global (declare_global sty "g" m) dl) 8;
60 assert_equal (DL.element_at_offset sty (Int64.of_int 1) dl) 0;
61 assert_equal (DL.offset_of_element sty 1 dl) (Int64.of_int 4)
Dcore.ml941 let sty = struct_type context [| i8_type; i64_type |] in var
942 let fty = function_type sty [| |] in
1094 let sty = struct_type context [| i32_type; i8_type |] in
1100 let p = build_alloca sty "ba" atentry in
1369 let sty = struct_type context [| i32_type; i8_type |] in
1370 let alloca2 = build_alloca sty "build_alloca2" b in
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dtarget.ml46 let sty = struct_type context [| i32_type; i64_type |] in
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
56 assert_equal (DL.abi_size sty dl) (Int64.of_int 12);
57 assert_equal (DL.stack_align sty dl) 4;
58 assert_equal (DL.preferred_align sty dl) 8;
59 assert_equal (DL.preferred_align_of_global (declare_global sty "g" m) dl) 8;
60 assert_equal (DL.element_at_offset sty (Int64.of_int 1) dl) 0;
61 assert_equal (DL.offset_of_element sty 1 dl) (Int64.of_int 4)
/external/cblas/src/
Dcblas_chpr2.c33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_chpr2() local
93 sty= y+n; in cblas_chpr2()
97 sty = y-2; in cblas_chpr2()
116 while (y != sty); in cblas_chpr2()
Dcblas_cher2.c33 *yy=(float *)Y, *tx, *ty, *stx, *sty; in cblas_cher2() local
94 sty= y+n; in cblas_cher2()
98 sty = y-2; in cblas_cher2()
118 while (y != sty); in cblas_cher2()
Dcblas_zher2.c33 *yy=(double *)Y, *tx, *ty, *stx, *sty; in cblas_zher2() local
94 sty= y+n; in cblas_zher2()
98 sty = y-2; in cblas_zher2()
118 while (y != sty); in cblas_zher2()
Dcblas_zhpr2.c33 *yy=(double *)Y, *stx, *sty; in cblas_zhpr2() local
78 sty = y + n; in cblas_zhpr2()
102 while (y != sty); in cblas_zhpr2()
/external/google-fruit/extras/doc/
DCMakeLists.txt3 add_custom_command(OUTPUT tikz-uml.sty
6 COMMAND mv tikzuml-v1.0-2016-03-29/tikz-uml.sty tikz-uml.sty
65 tikz-uml.sty
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-move-06.ll34 ; CHECK: sty %r3, 4096(%r2)
44 ; CHECK: sty %r3, 524284(%r2)
66 ; CHECK: sty %r3, -4(%r2)
76 ; CHECK: sty %r3, -524288(%r2)
110 ; CHECK: sty %r4, 4096(%r3,%r2)
Dint-const-05.ll73 ; CHECK: sty [[TMP]], 4096(%r2)
84 ; CHECK: sty [[TMP]], -4(%r2)
Dcond-store-03.ll129 ; CHECK: sty %r3, 4096(%r2)
145 ; CHECK: sty %r3, 524284(%r2)
179 ; CHECK: sty %r3, -524288(%r2)
213 ; CHECK: sty %r4, 4096(%r3,%r2)
Dframe-13.ll192 ; CHECK-NOFP: sty [[TMP]], 12296(%r15)
197 ; CHECK-FP: sty [[TMP]], 12296(%r11)
/external/llvm/test/CodeGen/SystemZ/
Dint-move-06.ll34 ; CHECK: sty %r3, 4096(%r2)
44 ; CHECK: sty %r3, 524284(%r2)
66 ; CHECK: sty %r3, -4(%r2)
76 ; CHECK: sty %r3, -524288(%r2)
110 ; CHECK: sty %r4, 4096(%r3,%r2)
Dint-const-05.ll73 ; CHECK: sty [[TMP]], 4096(%r2)
84 ; CHECK: sty [[TMP]], -4(%r2)
Dcond-store-03.ll129 ; CHECK: sty %r3, 4096(%r2)
145 ; CHECK: sty %r3, 524284(%r2)
179 ; CHECK: sty %r3, -524288(%r2)
213 ; CHECK: sty %r4, 4096(%r3,%r2)
Dframe-13.ll192 ; CHECK-NOFP: sty [[TMP]], 12296(%r15)
197 ; CHECK-FP: sty [[TMP]], 12296(%r11)
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td887 def cvtff : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
888 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
892 def cvtss : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
893 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
897 def cvtsu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
898 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
902 def cvtus : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
903 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
907 def cvtuu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
908 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
[all …]
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1090 def cvtff : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
1091 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1095 def cvtss : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
1096 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1100 def cvtsu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
1101 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1105 def cvtus : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
1106 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
1110 def cvtuu : PatFrag<(ops node:$val, node:$dty, node:$sty, node:$rd, node:$sat),
1111 (cvt node:$val, node:$dty, node:$sty, node:$rd, node:$sat), [{
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpMath.java900 Dfp sty[] = new Dfp[2]; in atan() local
903 sty[0] = sqr2Split[0].subtract(one); in atan()
904 sty[1] = sqr2Split[1]; in atan()
908 Dfp[] ds = splitMult(xs, sty); in atan()
911 xs[0] = xs[0].subtract(sty[0]); in atan()
912 xs[1] = xs[1].subtract(sty[1]); in atan()
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D05-MemLoadsStores.ll2 ; RUN: llc < %s | grep sty | count 2
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs2139 0xe3,0x00,0x00,0x00,0x80,0x50 = sty %r0, -524288
2140 0xe3,0x00,0x0f,0xff,0xff,0x50 = sty %r0, -1
2141 0xe3,0x00,0x00,0x00,0x00,0x50 = sty %r0, 0
2142 0xe3,0x00,0x00,0x01,0x00,0x50 = sty %r0, 1
2143 0xe3,0x00,0x0f,0xff,0x7f,0x50 = sty %r0, 524287
2144 0xe3,0x00,0x10,0x00,0x00,0x50 = sty %r0, 0(%r1)
2145 0xe3,0x00,0xf0,0x00,0x00,0x50 = sty %r0, 0(%r15)
2146 0xe3,0x01,0xff,0xff,0x7f,0x50 = sty %r0, 524287(%r1,%r15)
2147 0xe3,0x0f,0x1f,0xff,0x7f,0x50 = sty %r0, 524287(%r15,%r1)
2148 0xe3,0xf0,0x00,0x00,0x00,0x50 = sty %r15, 0
/external/llvm/docs/TableGen/
Dindex.rst241 dag address, ValueType sty> {
242 def : Pat<(i32 (!cast<SDNode>("sextload" # sty) address)),
246 def : Pat<(i64 (!cast<SDNode>("sextload" # sty) address)),
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
Dindex.rst237 dag address, ValueType sty> {
238 def : Pat<(i32 (!cast<SDNode>("sextload" # sty) address)),
242 def : Pat<(i64 (!cast<SDNode>("sextload" # sty) address)),

123