Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dir_defs.c2483 # 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/
Dd3basics.c822 #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/
Dglcpp-parse.y180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
/external/libavc/decoder/
Dih264d_defs.h392 #define UNARY 1 macro
/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 …]