HomeSort by relevance Sort by last modified time
    Searched refs:Valid (Results 1 - 25 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
serial2.s 8 bra/tx -3 -> add r3,r0,0 ; Valid
9 bsr/tx -3 -> add r3,r0,0 ; Valid
13 bsr/tx -3 -> bsr -10 ; Valid
14 bsr/tx -3 -> bsr/fx -10 ; Valid
18 bra/tx -3 -> bra 10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
23 bsr/tx -3 -> bra 10 ; Valid
24 bsr/tx -3 -> bra/fx 10 ; Valid
28 bra/tx -3 -> bsr 10 ; Valid
29 bra/tx -3 -> bsr/fx 10 ; Valid
    [all...]
serial2O.s 8 bra/tx -3 -> add r3,r0,0 ; Valid
9 bsr/tx -3 -> add r3,r0,0 ; Valid
13 bsr/tx -3 -> bsr -10 ; Valid
14 bsr/tx -3 -> bsr/fx -10 ; Valid
18 bra/tx -3 -> bra 10 ; Valid
19 bra/tx -3 -> bra/fx 10 ; Valid
23 bsr/tx -3 -> bra 10 ; Valid
24 bsr/tx -3 -> bra/fx 10 ; Valid
28 bra/tx -3 -> bsr 10 ; Valid
29 bra/tx -3 -> bsr/fx 10 ; Valid
    [all...]
serial2O.l 28 8 \?\?\?\? 08083000 bra/tx -3 -> add r3,r0,0 ; Valid
32 9 \?\?\?\? 102BFFFF bsr/tx -3 -> add r3,r0,0 ; Valid
43 13 \?\?\?\? 302BFFFE bsr/tx -3 -> bsr -10 ; Valid
47 14 \?\?\?\? 102BFFFF bsr/tx -3 -> bsr/fx -10 ; Valid
58 18 \?\?\?\? 10080001 bra/tx -3 -> bra 10 ; Valid
62 19 \?\?\?\? 100BFFFF bra/tx -3 -> bra/fx 10 ; Valid
77 23 \?\?\?\? 10080001 bsr/tx -3 -> bra 10 ; Valid
81 24 \?\?\?\? 102BFFFF bsr/tx -3 -> bra/fx 10 ; Valid
92 28 \?\?\?\? 10280001 bra/tx -3 -> bsr 10 ; Valid
96 29 \?\?\?\? 100BFFFF bra/tx -3 -> bsr/fx 10 ; Valid
    [all...]
serial2.l 38 8 \?\?\?\? 08083000 bra/tx -3 -> add r3,r0,0 ; Valid
43 9 \?\?\?\? 08083000 bsr/tx -3 -> add r3,r0,0 ; Valid
59 13 \?\?\?\? 302BFFFE bsr/tx -3 -> bsr -10 ; Valid
64 14 \?\?\?\? 002BFFFE bsr/tx -3 -> bsr/fx -10 ; Valid
80 18 \?\?\?\? 10080001 bra/tx -3 -> bra 10 ; Valid
89 19 \?\?\?\? 00080001 bra/tx -3 -> bra/fx 10 ; Valid
105 23 \?\?\?\? 10080001 bsr/tx -3 -> bra 10 ; Valid
110 24 \?\?\?\? 00080001 bsr/tx -3 -> bra/fx 10 ; Valid
126 28 \?\?\?\? 10280001 bra/tx -3 -> bsr 10 ; Valid
131 29 \?\?\?\? 00280001 bra/tx -3 -> bsr/fx 10 ; Valid
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
t16-bad.d 1 #name: Valid ARM, invalid Thumb
arch7em-bad-1.d 1 #name: Valid v7E-M, invalid v7-M
arch7em-bad-2.d 1 #name: Valid v8-M Mainline with DSP extension, invalid v8-M Baseline
arch7em-bad-3.d 1 #name: Valid v8-M Mainline with DSP extension, invalid v8-M Mainline
archv6s-m-bad.d 1 #name: Valid v6S-M, invalid v6-M
archv6s-m.d 1 #name: Valid v6S-M
armv8-a+pan.d 1 #name: Valid v8-a+pan
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-set.s 3 SET $57,$67 % Valid, Z is 0.
4 SET $78,X % Valid, Z is 0.
  /external/tensorflow/tensorflow/core/lib/io/
two_level_iterator.cc 41 bool Valid() const override {
42 return (data_iter_ == nullptr) ? false : data_iter_->Valid();
45 assert(Valid());
49 assert(Valid());
109 assert(Valid());
115 while (data_iter_ == nullptr || !data_iter_->Valid()) {
117 if (!index_iter_->Valid()) {
136 if (!index_iter_->Valid()) {
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.h 39 bool Valid;
44 CachedResult() : Valid(false) { }
45 /// valid - Returns true if the result has been obtained by executing the
47 bool valid() { return Valid; } function in struct:llvm::CachedResult
49 /// valid() is false
51 /// setResult - Sets the result of the function and declares it valid
55 int setResult(int result) { Result = result; Valid = true; return result; }
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 70 Valid, Cause = False, ''
71 if not Valid and 'EDK_TOOLS_PATH' in os.environ:
72 Valid, Cause = __ValidatePath(Filename, os.environ['EDK_TOOLS_PATH'])
73 if not Valid:
74 Valid, Cause = __ValidatePath(Filename, GlobalData.gWORKSPACE)
75 return Valid, Cause
91 Valid, Cause = PathFunc(Path)
92 if not Valid:
93 return Valid, Cause
182 Valid, Cause = ValidateRegValues(Key, Value)
    [all...]
  /external/skia/src/image/
SkSurface_Gpu.h 42 static bool Valid(const SkImageInfo&);
43 static bool Valid(GrContext*, GrPixelConfig, SkColorSpace*);
  /external/skqp/src/core/
SkLatticeIter.h 24 static bool Valid(int imageWidth, int imageHeight, const SkCanvas::Lattice& lattice);
28 static bool Valid(int imageWidth, int imageHeight, const SkIRect& center);
  /external/skqp/src/image/
SkSurface_Gpu.h 41 static bool Valid(const SkImageInfo&);
42 static bool Valid(GrContext*, GrPixelConfig, SkColorSpace*);
  /external/tensorflow/tensorflow/core/kernels/
initializable_lookup_table.cc 36 if (!iter.Valid()) {
48 while (iter.Valid()) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
pcrel-4-32.d 2 #name: Valid cross-section PC-relative references (o32)
pcrel-4-n32.d 2 #name: Valid cross-section PC-relative references (n32)
  /bionic/libc/malloc_debug/
GuardData.h 50 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; }
67 bool Valid(const Header* header);
86 bool Valid(const Header* header);
GuardData.cpp 82 bool FrontGuardData::Valid(const Header* header) {
83 return GuardData::Valid(debug_->GetFrontGuard(header));
93 bool RearGuardData::Valid(const Header* header) {
94 return GuardData::Valid(debug_->GetRearGuard(header));
  /external/webrtc/webrtc/system_wrappers/source/
ntp_time_unittest.cc 23 EXPECT_FALSE(ntp.Valid());
28 EXPECT_TRUE(ntp.Valid());
30 EXPECT_FALSE(ntp.Valid());
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Library/ComPhyLib/
ComPhyMux.c 46 UINTN Lane, Opt, Valid;
50 for (Opt = 0, Valid = 0; Opt < MuxData->MaxLaneValues; Opt++, PtrMuxOpt++) {
52 Valid = 1;
56 if (Valid == 0) {
127 /* Check if the configuration is valid */

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>