Home
last modified time | relevance | path

Searched refs:notp (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dmisc.c901 bool notp, found = false; in gmatch_cclass() local
904 if ((notp = tobool(ISMAGIC(*p) && *++p == '!'))) in gmatch_cclass()
941 return ((found != notp) ? p+2 : NULL); in gmatch_cclass()
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_alu.ll175 declare i64 @llvm.hexagon.A2.notp(i64)
177 %z = call i64 @llvm.hexagon.A2.notp(i64 %a)
/external/v8/src/x64/
Dcode-stubs-x64.cc1002 __ notp(rdx); // Correct sign in case of overflow. rdx cannot be 0 here. in GenerateGeneric() local
2631 __ notp(rdx); in GenerateSmis() local
Dmacro-assembler-x64.cc2115 notp(dst); in SmiNot()