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

  /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/ltrace/
value.c 137 enum value_location_t nloc; local
140 nloc = VAL_LOC_WORD;
145 nloc = VAL_LOC_COPY;
149 if (nloc == VAL_LOC_COPY)
154 val->where = nloc;
155 if (nloc == VAL_LOC_COPY)
  /external/elfutils/0.153/libdw/
dwarf_getlocation.c 199 newp->nloc = 1;
204 assert ((*found)->nloc == 1);
230 *listlen = (*found)->nloc;
522 newp->nloc = *listlen;
libdwP.h 69 size_t nloc; member in struct:loc_s
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 118 $nloa="%f48"; $nlob="%f50"; $nloc="%f52"; $nlod="%f54";
238 fmuld $nlo,$nc,$nloc
243 faddd $aloc,$nloc,$nloc
258 faddd $nloc,$nhia,$nloc
263 fdtox $nloc,$nloc
270 std $nloc,[%sp+$bias+$frame+16]
304 fmuld $nlo,$nc,$nloc
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
svccoll.cpp 188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
189 if (nloc != fu_FU) {
190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 187 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
188 if (nloc != fu_FU) {
189 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
  /external/elfutils/0.153/src/
nm.c 624 size_t nloc; local
625 if (dwarf_getlocation (locattr, &loc, &nloc) != 0)
630 if (nloc == 1 && loc[0].atom == DW_OP_addr)
    [all...]

Completed in 122 milliseconds