HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 251 - 275 of 2113) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/Mips/
expr1.s 4 # CHECK: .globl foo
5 # CHECK: foo:
6 # CHECK: lw $4, %lo(foo)($4) # encoding: [A,A,0x84,0x8c]
7 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
9 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x08'A',A,0x84,0x8c]
10 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
11 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x08'A',A,0x84,0x8c]
12 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
13 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x08'A',A,0x84,0x8c]
14 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO1
19 foo: label
    [all...]
micromips-diagnostic-fixup.s 6 b foo
9 foo: label
micromips-expressions.s 5 # CHECK: .globl foo
6 # CHECK: foo:
7 # CHECK: lw $4, %lo(foo)($4) # encoding: [0x84'A',0xfc'A',0x00,0x00]
9 # CHECK: value: foo@ABS_LO,
12 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x84'A',0xfc'A',0x08,0x00]
14 # CHECK: value: foo@ABS_LO,
16 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x84'A',0xfc'A',0x08,0x00]
18 # CHECK: value: foo@ABS_LO,
20 # CHECK: lw $4, %lo(foo+8)($4) # encoding: [0x84'A',0xfc'A',0x08,0x00]
22 # CHECK: value: foo@ABS_LO
28 foo: label
    [all...]
micromips-jump26.s 10 # CHECK-FIXUP: foo:
22 foo: label
micromips-pc16-fixup.s 6 b foo
8 foo: label
micromips-tailr.s 10 # CHECK-FIXUP: foo:
13 # CHECK-FIXUP: j foo # encoding: [A,0xd4'A',A,0b000000AA]
15 # CHECK-FIXUP: value: foo, kind: fixup_MICROMIPS_26_S1
24 foo: label
26 j foo
mips-diagnostic-fixup.s 6 b foo
9 foo: label
mips-pc16-fixup.s 6 b foo
8 foo: label
nabi-regs.s 16 foo: label
set-at-directive-explicit-at.s 8 foo: label
set-at-directive.s 6 foo: label
  /external/llvm/test/MC/Sparc/
sparc-nop-data.s 7 foo: label
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 7 foo: label
bundle-group-too-large-error.s 6 foo: label
long-nop-pad.s 7 foo: label
pad-align-to-bundle-end.s 7 foo: label
pad-bundle-groups.s 7 foo: label
relax-at-bundle-end.s 7 foo: label
relax-in-bundle-group.s 8 foo: label
single-inst-bundling.s 7 foo: label
  /external/mesa3d/src/glsl/glcpp/tests/
001-define.c 1 #define foo 1 macro
2 foo
008-define-empty.c 1 #define foo macro
2 foo
009-undef.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
010-undef-re-define.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
5 #define foo 2 macro
6 foo
011-define-func-empty.c 1 #define foo() macro
2 foo()

Completed in 598 milliseconds

<<11121314151617181920>>