Home
last modified time | relevance | path

Searched refs:_x2 (Results 1 – 17 of 17) sorted by relevance

/external/arm-trusted-firmware/include/arch/aarch64/
Dsmccc_helpers.h30 #define SMC_RET3(_h, _x0, _x1, _x2) { \ argument
31 write_ctx_reg((get_gpregs_ctx(_h)), (CTX_GPREG_X2), (_x2)); \
34 #define SMC_RET4(_h, _x0, _x1, _x2, _x3) { \ argument
36 SMC_RET3(_h, (_x0), (_x1), (_x2)); \
38 #define SMC_RET5(_h, _x0, _x1, _x2, _x3, _x4) { \ argument
40 SMC_RET4(_h, (_x0), (_x1), (_x2), (_x3)); \
42 #define SMC_RET6(_h, _x0, _x1, _x2, _x3, _x4, _x5) { \ argument
44 SMC_RET5(_h, (_x0), (_x1), (_x2), (_x3), (_x4)); \
46 #define SMC_RET7(_h, _x0, _x1, _x2, _x3, _x4, _x5, _x6) { \ argument
48 SMC_RET6(_h, (_x0), (_x1), (_x2), (_x3), (_x4), (_x5)); \
[all …]
/external/arm-trusted-firmware/services/spd/tspd/
Dtspd_private.h195 #define store_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument
197 _tsp_ctx->saved_tsp_args[1] = _x2;\
200 #define get_tsp_args(_tsp_ctx, _x1, _x2) do {\ argument
202 _x2 = _tsp_ctx->saved_tsp_args[1];\
/external/llvm/test/CodeGen/X86/
Dmisched-crash.ll7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) {
9 %cmp = icmp ult i64 %_x1, %_x2
10 %cond = select i1 %cmp, i64 %_x1, i64 %_x2
11 %cond10 = select i1 %cmp, i64 %_x2, i64 %_x1
/external/llvm-project/llvm/test/CodeGen/X86/
Dmisched-crash.ll7 define void @rdar13353090(i8* %plane, i64 %_x1, i64 %_x2) {
9 %cmp = icmp ult i64 %_x1, %_x2
10 %cond = select i1 %cmp, i64 %_x1, i64 %_x2
11 %cond10 = select i1 %cmp, i64 %_x2, i64 %_x1
/external/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
Dp3.cpp14 double &operator "" _x2 (const char *);
15 double &i5 = 123123123123123123123123123123123123123123123_x2;
Dp4.cpp14 double &operator "" _x2 (const char *);
15 double &i5 = 1e1000000_x2;
/external/clang/test/CXX/lex/lex.literal/lex.ext/
Dp4.cpp14 double &operator "" _x2 (const char *);
15 double &i5 = 1e1000000_x2;
Dp3.cpp14 double &operator "" _x2 (const char *);
15 double &i5 = 123123123123123123123123123123123123123123123_x2;
/external/freetype/src/raster/
Dftmisc.h50 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
52 ( (FT_ULong)_x2 << 16 ) | \
/external/freetype/include/freetype/
Dfttypes.h488 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument
491 ( (FT_ULong)_x2 << 16 ) | \
Dftimage.h698 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument
700 ( (unsigned long)_x2 << 16 ) | \
/external/freetype/builds/atari/
DATARI.H13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value argument
/external/llvm-project/llvm/test/CodeGen/ARM/
D2011-11-30-MergeAlignment.ll23 ; CHECK: _x2
/external/llvm/test/CodeGen/ARM/
D2011-11-30-MergeAlignment.ll23 ; CHECK: _x2
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2296 _x2(x2_), in DrawableViewbox()
2328 _x2 = x2_; in x2()
2332 return _x2; in x2()
2347 ::ssize_t _x2;
2571 _x2 = x2_; in x2()
2575 return _x2; in x2()
2608 double _x2; variable
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1744 DrawSetViewbox( context_, _x1, _y1, _x2, _y2 ); in operator ()()
1943 _x2(0), in PathCurvetoArgs()
1955 _x2(x2_), in PathCurvetoArgs()
1965 _x2(original_._x2), in PathCurvetoArgs()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc1462 auto _x2 = tensorflow::ops::AsNodeOut(s, x2); in TEST_F() local
1466 TF_ASSERT_OK(builder.Input(_x1).Input(_x2).Finalize(s.graph(), &func_op)); in TEST_F()