Searched refs:ty2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/docs/ |
D | LangRef.rst | 6687 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty> 6727 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>> 7631 <result> = trunc <ty> <value> to <ty2> ; yields ty2 7636 The '``trunc``' instruction truncates its operand to the type ``ty2``. 7644 larger than the bit size of the destination type, ``ty2``. Equal sized 7651 and converts the remaining bits to ``ty2``. Since the source size must 7673 <result> = zext <ty> <value> to <ty2> ; yields ty2 7678 The '``zext``' instruction zero extends its operand to type ``ty2``. 7686 smaller than the bit size of the destination type, ``ty2``. 7692 until it reaches the size of the destination type, ``ty2``. [all …]
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 172 unsigned ty2 = ty1 + hud->font.glyph_height; in hud_draw_string() local 190 vertices[num++] = (float) ty2; in hud_draw_string() 195 vertices[num++] = (float) ty2; in hud_draw_string()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 7677 <result> = extractelement <n x <ty>> <val>, <ty2> <idx> ; yields <ty> 7718 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> ; yields <n x <ty>> 8641 <result> = trunc <ty> <value> to <ty2> ; yields ty2 8646 The '``trunc``' instruction truncates its operand to the type ``ty2``. 8654 larger than the bit size of the destination type, ``ty2``. Equal sized 8661 and converts the remaining bits to ``ty2``. Since the source size must 8685 <result> = zext <ty> <value> to <ty2> ; yields ty2 8690 The '``zext``' instruction zero extends its operand to type ``ty2``. 8698 smaller than the bit size of the destination type, ``ty2``. 8704 until it reaches the size of the destination type, ``ty2``. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
/external/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 404 <result> = insertelement <n x <ty>> <val>, <ty> <elt>, <ty2> <idx> 420 <result> = extractelement <n x <ty>> <val>, <ty2> <idx>
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 555 let ty2 = function_type i8_type [| i8_type; i64_type |] in 565 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 638 let ty2 = function_type i8_type [| i8_type; i64_type |] in 648 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 684 let ty2 = function_type i8_type [| i8_type; i64_type |] in 694 insist (pointer_type ty2 == type_of (declare_function "Fn1" ty2 m));
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 117 !57 = !DIGlobalVariable(name: "ty2", scope: null, file: !2, line: 31, type: !13, isLocal: true, isD…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 383 !327 = !DIGlobalVariable(name: "ty2", line: 31, isLocal: true, isDefinition: true, scope: null, fil…
|