HomeSort by relevance Sort by last modified time
    Searched full:nloc (Results 1 - 25 of 32) sorted by null

1 2

  /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/llvm/test/MC/Disassembler/Mips/msa/
test_2r.txt 6 0x7b 0x08 0x05 0x5e # CHECK: nloc.b $w21, $w0
7 0x7b 0x09 0xfc 0x9e # CHECK: nloc.h $w18, $w31
8 0x7b 0x0a 0xb8 0x9e # CHECK: nloc.w $w2, $w23
9 0x7b 0x0b 0x51 0x1e # CHECK: nloc.d $w4, $w10
  /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/llvm/test/CodeGen/Mips/msa/
2r.ll 12 %1 = tail call <16 x i8> @llvm.mips.nloc.b(<16 x i8> %0)
17 declare <16 x i8> @llvm.mips.nloc.b(<16 x i8>) nounwind
22 ; CHECK-DAG: nloc.b [[WD:\$w[0-9]+]], [[WS]]
33 %1 = tail call <8 x i16> @llvm.mips.nloc.h(<8 x i16> %0)
38 declare <8 x i16> @llvm.mips.nloc.h(<8 x i16>) nounwind
43 ; CHECK-DAG: nloc.h [[WD:\$w[0-9]+]], [[WS]]
54 %1 = tail call <4 x i32> @llvm.mips.nloc.w(<4 x i32> %0)
59 declare <4 x i32> @llvm.mips.nloc.w(<4 x i32>) nounwind
64 ; CHECK-DAG: nloc.w [[WD:\$w[0-9]+]], [[WS]]
75 %1 = tail call <2 x i64> @llvm.mips.nloc.d(<2 x i64> %0
    [all...]
  /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/valgrind/main/coregrind/m_debuginfo/
tytypes.c 102 if (te->Te.Field.nLoc == -1)
107 VG_(printf)("Te_Field(ty=0x%05lx,nLoc=%lu,pos.loc=%p,\"%s\")",
108 te->Te.Field.typeR, te->Te.Field.nLoc,
505 r = UWord__cmp(te1->Te.Field.nLoc, te2->Te.Field.nLoc);
507 if (te1->Te.Field.nLoc == -1)
511 te1->Te.Field.nLoc);
603 if (te->Te.Field.nLoc > 0 && te->Te.Field.pos.loc)
795 vg_assert(field->Te.Field.nLoc < 0
796 || (field->Te.Field.nLoc >
    [all...]
priv_tytypes.h 93 Word nLoc; /* number of bytes in .pos.loc if >= 0, or -1
readdwarf3.c     [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/llvm/test/MC/Mips/mips32r2/
valid-xfail.s 213 nloc.b $w12,$w30
214 nloc.d $w16,$w7
215 nloc.h $w21,$w17
216 nloc.w $w17,$w16
  /external/llvm/test/MC/Mips/mips64r2/
valid-xfail.s 217 nloc.b $w12,$w30
218 nloc.d $w16,$w7
219 nloc.h $w21,$w17
220 nloc.w $w17,$w16
  /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/clang/lib/ARCMigrate/
TransGCAttrs.cpp 343 llvm::errs() << "\nLOC: ";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]
  /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...]
  /external/clang/test/CodeGen/
builtins-mips-msa.c     [all...]
  /external/llvm/lib/Target/Mips/
MipsMSAInstrInfo.td     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 
llvm-dis 
llvm-link 
  /prebuilts/clang/linux-x86/host/3.5/bin/
llvm-as 

Completed in 1587 milliseconds

1 2