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

<<11121314151617181920>>

  /external/llvm/test/MC/Mips/
cfi.s 6 # Check that we can accept register names in CFI directives and that they are
9 .cfi_startproc # CHECK: .cfi_startproc
10 .cfi_register $6, $5 # CHECK: .cfi_register 6, 5
11 .cfi_def_cfa $fp, 8 # CHECK: .cfi_def_cfa 30, 8
12 .cfi_def_cfa $2, 16 # CHECK: .cfi_def_cfa 2, 16
13 .cfi_endproc # CHECK: .cfi_endproc
micromips-jump26.s 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP
5 # RUN: | FileCheck %s -check-prefix=CHECK-ELF
7 # Check that the assembler can handle the documented syntax
10 # CHECK-FIXUP: foo:
11 # CHECK-FIXUP: jal bar # encoding: [A,0xf4'A',A,0b000000AA]
12 # CHECK-FIXUP: # fixup A - offset: 0,
13 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_26_S1
14 # CHECK-FIXUP: nop # encoding: [0x00,0x00,0x00,0x00
    [all...]
micromips-tailr.s 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP
5 # RUN: | FileCheck %s -check-prefix=CHECK-ELF
7 # Check that the assembler can handle the documented syntax
10 # CHECK-FIXUP: foo:
11 # CHECK-FIXUP: addiu $2, $zero, 1332
12 # CHECK-FIXUP: # encoding: [0x40,0x30,0x34,0x05]
13 # CHECK-FIXUP: j foo # encoding: [A,0xd4'A',A,0b000000AA]
14 # CHECK-FIXUP: # fixup A - offset: 0
    [all...]
  /external/v8/src/base/
logging.cc 32 template std::string* Check##NAME##Impl<float, float>(float lhs, float rhs, \
34 template std::string* Check##NAME##Impl<double, double>( \
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug337.go 9 // Check that the error messages says
bug379.go 9 // Check that the error messages says
bug384.go 11 // Check that we only get root cause message, no further complaints about r undefined
issue6703a.go 7 // Check for cycles in a function value.
issue6703b.go 7 // Check for cycles in a function call.
issue6703c.go 7 // Check for cycles in a method expression.
issue6703d.go 7 // Check for cycles in a method expression call.
issue6703e.go 7 // Check for cycles in the method value of a value literal.
issue6703f.go 7 // Check for cycles in the method call of a value literal.
issue6703g.go 7 // Check for cycles in an embedded method expression.
issue6703h.go 7 // Check for cycles when calling an embedded method expression.
issue6703i.go 7 // Check for cycles in an embedded struct literal's method value.
issue6703j.go 7 // Check for cycles in an embedded struct literal's method call.
issue6703k.go 7 // Check for cycles in a method value.
issue6703l.go 7 // Check for cycles in a method call.
issue6703m.go 7 // Check for cycles in the method value of a value returned from a function call.
issue6703n.go 7 // Check for cycles in the method call of a value returned from a function call.
issue6703o.go 7 // Check for cycles in an embedded struct's method value.
issue6703p.go 7 // Check for cycles in an embedded struct's method call.
issue6703q.go 7 // Check for cycles in the method value of an embedded struct returned
issue6703r.go 7 // Check for cycles in the method call of an embedded struct returned

Completed in 1198 milliseconds

<<11121314151617181920>>