HomeSort by relevance Sort by last modified time
    Searched defs:L1 (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x32Remainder.S 44 jecxz L1
46 L1:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
DisablePaging64.S 50 L1:
EnablePaging64.S 42 addl $(L1-Base),(%rsp)
54 L1:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/dlx/
store.s 2 2: sw L1(r0),%3
3 sw %hi(L1)(r0),%3
6 4: sb L1+'0'-L1,$3
7 5: sw %hi((L1 - 2b) + 8 + ((5b - 4b)<<4))(r2),%3
9 L1: nop
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
abi.s 2 .globl L1
3 L1:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/score/
b.s 26 L1:
28 tran "b L1", "b! L1"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
abi.s 2 .globl L1
3 L1:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/X64/
PageFaultHandler.S 60 jnz L1 # check ZF flag
66 L1:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/
CpuIA32.S 86 je L1
94 L1:
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/
ScanMem64.S 51 jne L1
53 jecxz L1
55 L1:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
PageFaultHandler.S 74 jz L1
79 L1:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivU64x32Remainder.S 42 jecxz L1 # abandon remainder if Remainder == NULL
44 L1:
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/IA32/
CpuIA32.S 98 je L1
106 L1:
  /external/llvm/test/MC/AArch64/
arm64-branch-encoding.s 21 bl L1
22 ; CHECK: bl L1 ; encoding: [A,A,A,0b100101AA]
23 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_call26
29 b L1
30 ; CHECK: b L1 ; encoding: [A,A,A,0b000101AA]
31 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch26
32 b.eq L1
33 ; CHECK: b.eq L1 ; encoding: [0bAAA00000,A,A,0x54]
34 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19
35 b.ne L1
    [all...]
  /external/llvm/test/MC/ARM/
modified-immediate-fixup-error.s 10 L1:
14 add r0, r0, #(L1 - L2)
modified-immediate-fixup.s 11 L1:
15 add r0, r0, #(L1 - L2)
  /external/llvm/test/MC/MachO/AArch64/
mergeable.s 13 L1:
19 .quad L1
20 .quad L1 + 1
29 // CHECK-NEXT: Symbol: L1
36 // CHECK-NEXT: Symbol: L1
  /external/llvm/test/MC/MachO/ARM/
thumb2-movw-fixup.s 10 movw r2, :lower16:L1
11 movt r2, :upper16:L1
17 L1: .long 0
  /external/llvm/test/MC/MachO/
gen-dwarf-cpp.s 10 L1: leave
relax-jumps.s 13 L1:
16 je L1
18 ja L1
20 js L1
22 jns L1
x86_64-mergeable.s 11 L1:
17 .quad L1
18 .quad L1 + 1
27 // CHECK-NEXT: Symbol: L1
  /external/llvm/test/MC/Mips/
micromips-func-addr.s 6 # CHECK: 0x4 R_MIPS_32 L1 0x0
11 L1:
15 .4byte L1
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
relax-jumps.s 17 L1:
20 je L1
22 ja L1
24 js L1
26 jns L1
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
x930509.s 1 .long L2-L1
2 L1: .long 0x1234
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel19.s 7 L1: .string "foo"

Completed in 1194 milliseconds

1 2 3 4 5 6 7 8 91011