HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 226 - 250 of 1794) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-check.s 0 # Check SSE instructions
x86-64-ept.s 0 # Check 64bit EPT instructions
x86-64-inval-invpcid.s 0 # Check illegal 64bit INVPCID instructions
x86-64-mpx-add-bnd-prefix.s 0 # Check -madd-bnd-prefix option
x86-64-xsaves.s 0 # Check 64bit XSAVES instructions
xsaves.s 0 # Check 32bit XSAVES instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/
metacore21-invalid.s 0 # Check illegal instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-case.s 1 % Check that lowercase pseudos with mmixal syntax (no dot prefix) aren't
prefix3.s 1 % Check that changing prefixes between the GREG definition, its use and
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
err-1.s 3 ! Check that errors are emitted, with no crashes, when an external symbol
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-pt32-cmd3.s 0 ! Check command-line error checking. The option -expand-pt32 is invalid with
movi-1.s 0 ! Check MOVI expansion. This one for the 32-bit subset.
movi64-2.s 0 ! Check MOVI expansion. This one for the 64-bit ABI only.
ua-1.s 0 ! Check that unaligned pseudos emit the expected relocs and contents
  /external/llvm/test/MC/ARM/
eh-directive-cantunwind.s 4 @ Check the .cantunwind directive
24 @ Check .text section
26 @ CHECK: Sections [
27 @ CHECK: Section {
28 @ CHECK: Name: .text
29 @ CHECK: SectionData (
30 @ CHECK: 0000: 1EFF2FE1 |../.|
31 @ CHECK: )
32 @ CHECK: }
36 @ Check .ARM.exidx sectio
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
MachO_ARM_PIC_relocations.s 2 # RUN: llvm-rtdyld -triple=armv7s-apple-ios7.0.0 -verify -check=%s %/T/foo.o
9 # Check lower 16-bits of section difference relocation
10 # rtdyld-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
13 # Check upper 16-bits of section difference relocation
14 # rtdyld-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
20 # Check stub generation for external symbols by referencing a common symbol, 'baz'.
21 # Check both the content of the stub, and the reference to the stub.
24 # rtdyld-check: *{4}(stub_addr(foo.o, __text, baz)) = 0xe51ff004
25 # rtdyld-check: *{4}(stub_addr(foo.o, __text, baz) + 4) = baz
27 # rtdyld-check: decode_operand(insn3, 0) = stub_addr(foo.o, __text, baz) - (insn3 + 8
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 88 static bool Check(DecodeStatus &Out, DecodeStatus In) {
710 Check(result, AddThumbPredicate(MI));
719 Check(result, AddThumbPredicate(MI));
734 Check(result, AddThumbPredicate(MI));
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
10 // FileCheck does a line-by line check of a file that validates whether it
39 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
42 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
46 CheckPrefixes("check-prefix",
47 cl::desc("Prefix to use from check file (defaults to 'CHECK')"));
49 "check-prefixes", cl::aliasopt(CheckPrefixes), cl::CommaSeparated,
52 "Alias for -check-prefix permitting multiple comma separated values"));
59 "implicit-check-not"
    [all...]
  /external/webrtc/webrtc/base/
socket_unittest.cc 212 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ));
223 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
224 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
227 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout);
233 // Connected from server perspective, check the addresses are correct.
238 // Connected from client perspective, check the addresses are correct.
240 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN));
241 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE));
272 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN));
273 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE))
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 123 static bool Check(DecodeStatus &Out, DecodeStatus In) {
    [all...]
  /external/v8/src/base/
safe_conversions_impl.h 108 // check by taking advantage of the fact that only NaN can be out of range in
133 // Dst range is statically determined to contain Src: Nothing to check.
143 static RangeConstraint Check(Src value) { return RANGE_VALID; }
154 static RangeConstraint Check(Src value) {
170 static RangeConstraint Check(Src value) {
182 static RangeConstraint Check(Src value) {
199 static RangeConstraint Check(Src value) {
213 return DstRangeRelationToSrcRangeImpl<Dst, Src>::Check(value);
  /bionic/tests/
stack_protector_test.cpp 42 void Check() {
70 // Check the main thread.
72 checker.Check();
79 checker->Check();
  /external/libmojo/mojo/public/cpp/bindings/lib/
template_util.h 81 static char(&Check(Base*))[1];
82 static char(&Check(...))[2];
88 static bool const value = sizeof Check(CreateDerived()) == 1 &&
  /external/llvm/test/MC/Mips/
hilo-addressing.s 2 # RUN: | FileCheck %s -check-prefix=CHECK-ENC
5 # RUN: | llvm-objdump -disassemble - | FileCheck %s -check-prefix=CHECK-INSTR
8 # RUN: | llvm-readobj -r | FileCheck %s -check-prefix=CHECK-REL
11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
16 # CHECK-ENC: # encoding: [0x3c,0x04,0xde,0xae]
17 # CHECK-ENC: # encoding: [0x80,0x82,0xbe,0xef]
20 # Check that assembler can handle %hi(label1 - label2) and %lo(label1 - label2
    [all...]
  /external/v8/src/
pending-compilation-error-handler.cc 64 SLOPPY).Check();
69 SLOPPY).Check();
72 JSObject::SetProperty(jserror, key_script, script, SLOPPY).Check();

Completed in 2471 milliseconds

1 2 3 4 5 6 7 8 91011>>