/external/clang/test/PCH/ |
multiple_decls.h | 3 struct wide { int value; }; struct 4 int wide(char);
|
/art/runtime/interpreter/mterp/x86/ |
op_float_to_double.S | 1 %include "x86/fpcvt.S" {"load":"flds","store":"fstpl","wide":"1"}
|
op_int_to_double.S | 1 %include "x86/fpcvt.S" {"load":"fildl","store":"fstpl","wide":"1"}
|
op_long_to_double.S | 1 %include "x86/fpcvt.S" {"load":"fildll","store":"fstpl","wide":"1"}
|
/art/runtime/interpreter/mterp/x86_64/ |
op_double_to_float.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"d","dest_suffix":"s","wide":"0"}
|
op_float_to_double.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"s","dest_suffix":"d","wide":"1"}
|
op_iget_wide.S | 1 %include "x86_64/op_iget.S" { "helper":"artGet64InstanceFromCode", "wide":"1" }
|
op_iget_wide_quick.S | 1 %include "x86_64/op_iget_quick.S" { "load":"movswl", "wide":"1" }
|
op_int_to_double.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"i","dest_suffix":"dl","wide":"1"}
|
op_int_to_float.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"i","dest_suffix":"sl","wide":"0"}
|
op_long_to_double.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"i","dest_suffix":"dq","wide":"1"}
|
op_long_to_float.S | 1 %include "x86_64/fpcvt.S" {"source_suffix":"i","dest_suffix":"sq","wide":"0"}
|
op_neg_long.S | 1 %include "x86_64/unop.S" {"instr":" negq %rax", "wide":"1"}
|
op_not_long.S | 1 %include "x86_64/unop.S" {"instr":" notq %rax", "wide":"1"}
|
op_sget_wide.S | 1 %include "x86_64/op_sget.S" {"helper":"artGet64StaticFromCode", "wide":"1"}
|
op_shl_long.S | 1 %include "x86_64/binop1.S" {"instr":"salq %cl, %rax","wide":"1"}
|
op_shl_long_2addr.S | 1 %include "x86_64/shop2addr.S" {"instr":"salq %cl, %rax","wide":"1"}
|
op_shr_long.S | 1 %include "x86_64/binop1.S" {"instr":"sarq %cl, %rax","wide":"1"}
|
op_shr_long_2addr.S | 1 %include "x86_64/shop2addr.S" {"instr":"sarq %cl, %rax","wide":"1"}
|
op_ushr_long.S | 1 %include "x86_64/binop1.S" {"instr":"shrq %cl, %rax","wide":"1"}
|
op_ushr_long_2addr.S | 1 %include "x86_64/shop2addr.S" {"instr":"shrq %cl, %rax","wide":"1"}
|
op_move_result_wide.S | 1 /* move-result-wide vAA */ 3 movq (%rax), %rdx # Get wide
|
/external/skia/infra/project-config/ |
README.md | 1 This directory contains project-wide configurations for chrome-infra services.
|
/external/clang/test/Sema/ |
string-init.c | 11 char a3[] = u"a"; // expected-error{{initializing char array with wide string literal}} 12 char a4[] = U"a"; // expected-error{{initializing char array with wide string literal}} 13 char a5[] = L"a"; // expected-error{{initializing char array with wide string literal}} 15 wchar_t b1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} 16 wchar_t b2[] = u8"a"; // expected-error{{initializing wide char array with non-wide string literal}} 17 wchar_t b3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} 18 wchar_t b4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal} [all...] |
/art/runtime/interpreter/mterp/arm64/ |
op_cmpg_float.S | 1 %include "arm64/fcmp.S" {"wide":"", "r1":"s1", "r2":"s2", "default_val":"1", "cond":"pl"}
|