Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-micro-thunks.s9 # RUN: -mcpu=mips32r2 -mattr=micromips %s -o %t-eb.o
12 # RUN: %S/Inputs/mips-micro.s -o %t-eb-pic.o
13 # RUN: ld.lld -o %t-eb.exe -script %t.script %t-eb.o %t-eb-pic.o
14 # RUN: llvm-objdump -d --mattr=+micromips --no-show-raw-insn %t-eb.exe \
27 # RUN: -mcpu=mips32r6 -mattr=micromips %s -o %t-eb-r6.o
30 # RUN: %S/Inputs/mips-micro.s -o %t-eb-pic-r6.o
31 # RUN: ld.lld -o %t-eb-r6.exe -script %t.script %t-eb-r6.o %t-eb-pic-r6.o
32 # RUN: llvm-objdump -d --mattr=+micromips --no-show-raw-insn %t-eb-r6.exe \
H A Dmips-micro-cross-calls.s5 # RUN: -mattr=micromips %s -o %t-eb.o
8 # RUN: %S/Inputs/mips-micro.s -o %t-eb-pic.o
9 # RUN: ld.lld -o %t-eb.exe %t-eb.o %t-eb-pic.o
11 # RUN: --no-show-raw-insn --print-imm-hex %t-eb.exe \
14 # RUN: --no-show-raw-insn --print-imm-hex %t-eb.exe \
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dalign-via-relaxation.s12 # NOPAD-NEXT: 0: eb 1f jmp 0x21 <foo>
13 # NOPAD-NEXT: 2: eb 1d jmp 0x21 <foo>
14 # NOPAD-NEXT: 4: eb 1b jmp 0x21 <foo>
15 # NOPAD-NEXT: 6: eb 19 jmp 0x21 <foo>
16 # NOPAD-NEXT: 8: eb 17 jmp 0x21 <foo>
17 # NOPAD-NEXT: a: eb 15 jmp 0x21 <foo>
18 # NOPAD-NEXT: c: eb 13 jmp 0x21 <foo>
26 # CHECK: 0: eb 1f jmp 0x21 <foo>
H A Dalign-branch-enhanced-relaxation.s29 # CHECK: 40: eb 00 jmp
H A Dpad-for-align-debug.s78 ; DEFAULT-NEXT: 49: eb bd jmp 0x8 <foo+0x8>
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-wide-mul.ll15 %eb = zext <16 x i8> %b to <16 x i16>
16 %m = mul <16 x i16> %ea, %eb
34 %eb = zext <16 x i8> %b to <16 x i32>
35 %m = mul <16 x i32> %ea, %eb
65 %eb = zext <16 x i8> %b to <16 x i64>
66 %m = mul <16 x i64> %ea, %eb
81 %eb = zext <16 x i8> %b to <16 x i16>
82 %m = mul <16 x i16> %ea, %eb
105 %eb = zext <16 x i8> %b to <16 x i32>
106 %m = mul <16 x i32> %ea, %eb
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Dreloc-2.ll4 ; RUN: llc -march=bpfeb -filetype=obj -o %t.eb < %s
5 ; RUN: llvm-objdump -r %t.eb | FileCheck --check-prefix=RELOC %s
6 ; RUN: llvm-objdump -d --no-show-raw-insn %t.eb | FileCheck --check-prefix=DUMP %s
H A Dreloc-3.ll3 ; RUN: llc -march=bpfeb -filetype=obj -o %t.eb < %s
4 ; RUN: llvm-readelf -r %t.eb | FileCheck %s
/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocate06.f9037 type(B(5 , 5)), pointer :: eb(:) local
88 allocate(B(*, 5):: eb(2)) !segfault gfortran
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() argument
/llvm-project-15.0.7/llvm/test/Transforms/SeparateConstOffsetFromGEP/
H A Dtest-add-sub-separation.ll23 %eb = sext i32 %b to i64
26 %addeaeb = add nsw i64 %ea, %eb
/llvm-project-15.0.7/lld/test/COFF/
H A Darmnt-blx23t.test13 # BEFORE: 8: 46eb mov r11, sp
24 # AFTER: 401008: 46eb mov r11, sp
/llvm-project-15.0.7/llvm/test/MC/SystemZ/
H A Dreloc-absolute.s32 # CHECK-REL: eb 6f 00 04 00 04 lmg %r6, %r15, 4
38 # CHECK-REL: eb 6f 10 04 00 04 lmg %r6, %r15, 4(%r1)
44 # CHECK-REL: eb f0 f0 04 00 51 tmy 4(%r15), 240
101 # CHECK-REL: eb f0 00 04 00 c0 tp 4(16)
107 # CHECK-REL: eb f0 10 04 00 c0 tp 4(16,%r1)
H A Ddirective-insn-vector.s22 #CHECK: e7 37 60 18 30 eb wfchdbs %f3, %f7, %f6
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-flag-enum.c5 eb = 0x2, enumerator
/llvm-project-15.0.7/bolt/test/X86/
H A Drelaxed-tailcall.test9 CHECK: eb 00 jmp {{.*}} <bar>
/llvm-project-15.0.7/clang/test/CXX/special/class.inhctor/
H A Delsewhere.cpp52 E<bool> eb; // expected-note {{here}} variable
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dencode-test.m89 const char *eb = @encode(B1);
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr4xx.cpp689 eb = b // expected-error {{constant}} expected-note {{read of volatile-qualified}} enumerator
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2942 MachineBasicBlock *eb) : LB(lb), PB(pb), EB(eb) {} in LoopCand()
/llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/
H A Dautogen-inst-offset-align-to-end.s798 # CHECK: 8eb: incl
/llvm-project-15.0.7/lld/ELF/
H A DOptions.td157 def eb: F<"EB">, HelpText<"Select the big-endian format in OUTPUT_FORMAT">;
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst479 …1 4 1.00 4 c5 eb 7c da vhaddps %xmm2, %xmm2…