Home
last modified time | relevance | path

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

/external/mksh/src/
Dmisc.c895 bool notp, found = false; in cclass() local
898 if ((notp = tobool(ISMAGIC(*p) && *++p == '!'))) in cclass()
935 return ((found != notp) ? p+2 : NULL); in cclass()
/external/llvm/test/CodeGen/Hexagon/intrinsics/
Dxtype_alu.ll171 declare i64 @llvm.hexagon.A2.notp(i64)
173 %z = call i64 @llvm.hexagon.A2.notp(i64 %a)
/external/v8/src/x64/
Dcode-stubs-x64.cc1470 __ notp(rdx); // Correct sign in case of overflow. rdx cannot be 0 here. in GenerateGeneric() local
3306 __ notp(rdx); in GenerateSmis() local
Dmacro-assembler-x64.cc2111 notp(dst); in SmiNot()