Searched refs:UNARY (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 204 # 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/ |
D | ir_defs.c | 2383 # 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/ |
D | glcpp-parse.h | 74 UNARY = 292 enumerator 112 #define UNARY 292 macro
|
D | glcpp-parse.c | 286 UNARY = 292 enumerator 324 #define UNARY 292 macro
|
D | glcpp-parse.output | 199 UNARY (292)
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | d3basics.c | 815 #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/ |
D | glcpp-parse.y | 180 %right UNARY 443 | '!' expression %prec UNARY { 446 | '~' expression %prec UNARY { 449 | '-' expression %prec UNARY { 452 | '+' expression %prec UNARY {
|
/external/mesa3d/src/glsl/glcpp/ |
D | glcpp-parse.y | 180 %right UNARY 443 | '!' expression %prec UNARY { 446 | '~' expression %prec UNARY { 449 | '-' expression %prec UNARY { 452 | '+' expression %prec UNARY {
|
/external/bison/tests/ |
D | existing.at | 110 %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 …]
|