Searched refs:UNARY (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2483 # define UNARY(_ta1,_td) \ in typeOfPrimop() macro 2616 UNARY(Ity_I8, Ity_I8); in typeOfPrimop() 2618 UNARY(Ity_I16, Ity_I16); in typeOfPrimop() 2621 UNARY(Ity_I32, Ity_I32); in typeOfPrimop() 2642 UNARY(Ity_I64, Ity_I64); in typeOfPrimop() 2666 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop() 2667 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop() 2668 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop() 2669 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop() 2671 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 822 #define UNARY(name, op, s) \ in ML_() macro 831 UNARY (neg, -, u); in ML_() 832 UNARY (not, ~, u); in ML_() 845 #undef UNARY in ML_()
|
/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/libavc/decoder/ |
D | ih264d_defs.h | 392 #define UNARY 1 macro
|
/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 …]
|