Home
last modified time | relevance | path

Searched defs:INS (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dfcntlmodule.c436 #define INS(x) if (ins(d, #x, (long)x)) return -1 macro
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2394 ### INS ### subsection
2404 ### INS ### subsection
/external/v8/src/mips/
Dconstants-mips.h566 INS = ((0U << 3) + 4), enumerator
/external/v8/src/mips64/
Dconstants-mips64.h580 INS = ((0U << 3) + 4), enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5721 SmallPtrSet<const Instruction *, 2> INS; in optimizeSelectInst() local