Home
last modified time | relevance | path

Searched refs:UNARY (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c204 # define UNARY(_ta1,_td) \ in typeof_primop() macro
337 UNARY(Ity_I8, Ity_I8); in typeof_primop()
339 UNARY(Ity_I16, Ity_I16); in typeof_primop()
342 UNARY(Ity_I32, Ity_I32); in typeof_primop()
362 UNARY(Ity_I64, Ity_I64); in typeof_primop()
386 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeof_primop()
387 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeof_primop()
388 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeof_primop()
389 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeof_primop()
401 UNARY(Ity_I32, Ity_I32); in typeof_primop()
[all …]
/external/valgrind/main/VEX/priv/
Dir_defs.c2383 # define UNARY(_ta1,_td) \ in typeOfPrimop() macro
2516 UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2518 UNARY(Ity_I16, Ity_I16); in typeOfPrimop()
2521 UNARY(Ity_I32, Ity_I32); in typeOfPrimop()
2541 UNARY(Ity_I64, Ity_I64); in typeOfPrimop()
2565 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop()
2566 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop()
2567 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop()
2568 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop()
2570 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop()
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.h74 UNARY = 292 enumerator
112 #define UNARY 292 macro
Dglcpp-parse.c286 UNARY = 292 enumerator
324 #define UNARY 292 macro
Dglcpp-parse.output199 UNARY (292)
/external/valgrind/main/coregrind/m_debuginfo/
Dd3basics.c815 #define UNARY(name, op, s) \ in ML_() macro
824 UNARY (neg, -, u); in ML_()
825 UNARY (not, ~, u); in ML_()
838 #undef UNARY in ML_()
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp-parse.y180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
/external/mesa3d/src/glsl/glcpp/
Dglcpp-parse.y180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
/external/bison/tests/
Dexisting.at110 %right '!' UNARY
304 | '!' regexp %prec UNARY
320 | '!' regexp %prec UNARY
343 : '!' simp_exp %prec UNARY
355 | '-' simp_exp %prec UNARY
356 | '+' simp_exp %prec UNARY
717 + Conflict between rule 151 and token '+' resolved as reduce ('+' < UNARY).
718 + Conflict between rule 151 and token '-' resolved as reduce ('-' < UNARY).
738 + Conflict between rule 150 and token '+' resolved as reduce ('+' < UNARY).
739 + Conflict between rule 150 and token '-' resolved as reduce ('-' < UNARY).
[all …]