HomeSort by relevance Sort by last modified time
    Searched full:cmpstr (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXInstrInfo.td 276 CondCode cmp, string cmpstr> {
281 !strconcat("setp.", cmpstr, ".", regclsname, "\t$p, $a, $b"),
285 !strconcat("setp.", cmpstr, ".", regclsname, "\t$p, $a, $b"),
290 !strconcat("setp.", cmpstr, ".and.", regclsname,
295 !strconcat("setp.", cmpstr, ".and.", regclsname,
301 !strconcat("setp.", cmpstr, ".or.", regclsname,
306 !strconcat("setp.", cmpstr, ".or.", regclsname,
311 !strconcat("setp.", cmpstr, ".xor.", regclsname,
316 !strconcat("setp.", cmpstr, ".xor.", regclsname,
323 !strconcat("setp.", cmpstr, ".and.", regclsname
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 46 OCMPSTR: "CMPSTR",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 46 OCMPSTR: "CMPSTR",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 966 static PyObject *hashstr, *eqstr, *cmpstr; local
991 if (cmpstr == NULL) {
992 cmpstr = PyString_InternFromString("__cmp__");
993 if (cmpstr == NULL)
996 func = instance_getattr(inst, cmpstr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 942 static PyObject *hashstr, *eqstr, *cmpstr; local
967 if (cmpstr == NULL) {
968 cmpstr = PyString_InternFromString("__cmp__");
969 if (cmpstr == NULL)
972 func = instance_getattr(inst, cmpstr);
    [all...]
  /external/python/cpython2/Objects/
classobject.c 966 static PyObject *hashstr, *eqstr, *cmpstr; local
991 if (cmpstr == NULL) {
992 cmpstr = PyString_InternFromString("__cmp__");
993 if (cmpstr == NULL)
996 func = instance_getattr(inst, cmpstr);
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 567 int32_t checkToken(const char* data, int32_t len, const char* cmpStr) {
568 int32_t cmpLen = strlen(cmpStr);
572 fprintf(stderr, "ERROR: not at start of %s (found '%.10s')\n", cmpStr, data);
579 if (strncmp(data + 1, cmpStr, cmpLen) != 0) {
580 fprintf(stderr, "ERROR: '%s' not found (got '%.7s')\n", cmpStr, data + 1);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 432 { R_3(0x603), "cmpstr", I_MIL, REG, 3, { R, R, RL } },
  /toolchain/binutils/binutils-2.25/opcodes/
i960-dis.c 543 { 0x603, "cmpstr", 3 },
  /toolchain/binutils/binutils-2.25/cpu/
sh64-compact.cpu 514 (dshci cmpstr "Compare bytes"
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/gdb/darwin-x86/lib/
libpython2.7.a     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 
  /prebuilts/python/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 593 milliseconds