HomeSort by relevance Sort by last modified time
    Searched refs:nloc (Results 1 - 14 of 14) sorted by null

  /external/capstone/suite/MC/Mips/
test_2r.s.cs 5 0x7b,0x08,0x05,0x5e = nloc.b $w21, $w0
6 0x7b,0x09,0xfc,0x9e = nloc.h $w18, $w31
7 0x7b,0x0a,0xb8,0x9e = nloc.w $w2, $w23
8 0x7b,0x0b,0x51,0x1e = nloc.d $w4, $w10
  /external/llvm/test/MC/Mips/msa/
test_2r.s 6 # CHECK: nloc.b $w21, $w0 # encoding: [0x7b,0x08,0x05,0x5e]
7 # CHECK: nloc.h $w18, $w31 # encoding: [0x7b,0x09,0xfc,0x9e]
8 # CHECK: nloc.w $w2, $w23 # encoding: [0x7b,0x0a,0xb8,0x9e]
9 # CHECK: nloc.d $w4, $w10 # encoding: [0x7b,0x0b,0x51,0x1e]
22 nloc.b $w21, $w0
23 nloc.h $w18, $w31
24 nloc.w $w2, $w23
25 nloc.d $w4, $w10
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/msa/
test_2r.s 6 # CHECK: nloc.b $w21, $w0 # encoding: [0x7b,0x08,0x05,0x5e]
7 # CHECK: nloc.h $w18, $w31 # encoding: [0x7b,0x09,0xfc,0x9e]
8 # CHECK: nloc.w $w2, $w23 # encoding: [0x7b,0x0a,0xb8,0x9e]
9 # CHECK: nloc.d $w4, $w10 # encoding: [0x7b,0x0b,0x51,0x1e]
22 nloc.b $w21, $w0
23 nloc.h $w18, $w31
24 nloc.w $w2, $w23
25 nloc.d $w4, $w10
  /external/llvm/test/MC/Mips/mips32r2/
invalid-msa.s 48 nloc.b $w12,$w30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
49 nloc.d $w16,$w7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
50 nloc.h $w21,$w17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
51 nloc.w $w17,$w16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r2/
invalid-msa.s 48 nloc.b $w12,$w30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
49 nloc.d $w16,$w7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
50 nloc.h $w21,$w17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
51 nloc.w $w17,$w16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 191 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
192 if (nloc != fu_FU) {
193 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
  /external/elfutils/libdw/
dwarf_getlocation.c 212 newp->nloc = 1;
217 assert ((*found)->nloc == 1);
250 *listlen = (*found)->nloc;
632 newp->nloc = *listlen;
libdwP.h 48 size_t nloc; member in struct:loc_s
    [all...]
  /external/elfutils/src/
nm.c 600 size_t nloc; local
601 if (dwarf_getlocation (locattr, &loc, &nloc) != 0)
606 if (nloc == 1 && loc[0].atom == DW_OP_addr)
    [all...]
  /external/python/setuptools/pkg_resources/
__init__.py     [all...]
  /external/v8/src/mips/
disasm-mips.cc     [all...]
assembler-mips.cc     [all...]
  /external/scapy/scapy/layers/
inet.py     [all...]
  /external/v8/src/mips64/
assembler-mips64.cc     [all...]

Completed in 1227 milliseconds