/llvm-project/llvm/test/MC/Mips/ |
H A D | macro-la.s | 12 la $5, 0x00000001 # CHECK: addiu $5, $zero, 1 # encoding: [0x24,0x05,0x00,0x01] label 13 la $5, 0x00000002 # CHECK: addiu $5, $zero, 2 # encoding: [0x24,0x05,0x00,0x02] label 14 la $5, 0x00004000 # CHECK: addiu $5, $zero, 16384 # encoding: [0x24,0x05,0x40,0x00] label 15 la $5, 0x00008000 # CHECK: ori $5, $zero, 32768 # encoding: [0x34,0x05,0x80,0x00] label 16 la $5, 0xffffffff # CHECK: addiu $5, $zero, -1 # encoding: [0x24,0x05,0xff,0xff] label 17 la $5, 0xfffffffe # CHECK: addiu $5, $zero, -2 # encoding: [0x24,0x05,0xff,0xfe] label 18 la $5, 0xffffc000 # CHECK: addiu $5, $zero, -16384 # encoding: [0x24,0x05,0xc0,0x00] label 19 la $5, 0xffff8000 # CHECK: addiu $5, $zero, -32768 # encoding: [0x24,0x05,0x80,0x00] label 21 la $5, 0x00010000 # CHECK: lui $5, 1 # encoding: [0x3c,0x05,0x00,0x01] label 22 la $5, 0x00020000 # CHECK: lui $5, 2 # encoding: [0x3c,0x05,0x00,0x02] label [all …]
|
H A D | macro-la-64bit.s | 6 la $5, 0x00000001 # CHECK: daddiu $5, $zero, 1 # encoding: [0x64,0x05,0x00,0x01] label 7 la $5, 0x00000002 # CHECK: daddiu $5, $zero, 2 # encoding: [0x64,0x05,0x00,0x02] label 8 la $5, 0x00004000 # CHECK: daddiu $5, $zero, 16384 # encoding: [0x64,0x05,0x40,0x00] label 9 la $5, 0x00008000 # CHECK: ori $5, $zero, 32768 # encoding: [0x34,0x05,0x80,0x00] label 10 la $5, 0xffffffff # CHECK: lui $5, 65535 # encoding: [0x3c,0x05,0xff,0xff] label 12 la $5, 0xfffffffe # CHECK: ori $5, $zero, 65535 # encoding: [0x34,0x05,0xff,0xff] label 15 la $5, 0xffffc000 # CHECK: ori $5, $zero, 65535 # encoding: [0x34,0x05,0xff,0xff] label 18 la $5, 0xffff8000 # CHECK: ori $5, $zero, 65535 # encoding: [0x34,0x05,0xff,0xff] label 22 la $5, 0x00010000 # CHECK: lui $5, 1 # encoding: [0x3c,0x05,0x00,0x01] label 23 la $5, 0x00020000 # CHECK: lui $5, 2 # encoding: [0x3c,0x05,0x00,0x02] label [all …]
|
H A D | macro-la-pic.s | 20 la $5, symbol label 33 la $5, symbol($6) label 49 la $6, symbol($6) label 65 la $5, symbol+8 label 81 la $5, symbol+8($6) label 100 la $6, symbol+8($6) label 119 la $5, 1f label 140 la $25, symbol label 153 la $25, symbol($6) label 169 la $25, symbol($25) label [all …]
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv64i-aliases-valid.s | 229 la x10, 0 label 233 la x10, 1 label 237 la x10, -1 label 241 la x10, 2047 label 245 la x10, -2047 label 251 la x11, 2048 label 255 la x11, -2048 label 259 la x11, 2049 label 263 la x11, -2049 label 267 la x1 label 271 la x11, -4095 global() label 274 la x12, 4096 global() label 277 la x12, -4096 global() label 281 la x12, 4097 global() label 285 la x12, -4097 global() label 289 la x12, 2147483647 global() label 293 la x12, -2147483647 global() label 296 la x12, -2147483648 global() label 299 la x12, -0x80000000 global() label 306 la x12, 0x80000000 global() label 312 la x12, 0xFFFFFFFF global() label 319 la t0, 0x100000000 global() label 325 la t1, 0x8000000000000000 global() label 331 la t1, -0x8000000000000000 global() label 336 la t2, 0x1234567800000000 global() label 348 la t3, 0x700000000B00000F global() label 358 la t4, 0x123456789abcdef0 global() label 362 la t5, 0xFFFFFFFFFFFFFFFF global() label 366 la t6, 0x80002000 global() label 370 la x5, 0x100004000 global() label 374 la x6, 0x100100000000 global() label 378 la x7, 0xFFFFFFFFF001 global() label 383 la x8, 0xFFFFFFF001 global() label 388 la x9, 0x1000FFFFFFFD global() label 396 la x10, 0xE000000001FFFFFF global() label 406 la x11, 0xFFFC007FFFFFF7FF global() label 415 la x12, 0xaaaaaaaa global() label 424 la x13, 0xffffffff55555556 global() label 431 la x5, -2147485013 global() label 437 la a0, CONSTANT global() label 443 la a0, CONSTANT global() label [all...] |
H A D | rv32i-aliases-valid.s | 123 la x10, 0 label 127 la x10, 1 label 131 la x10, -1 label 135 la x10, 2047 label 139 la x10, -2047 label 145 la x11, 2048 label 149 la x11, -2048 label 153 la x11, 2049 label 157 la x11, -2049 label 161 la x1 label 165 la x11, -4095 global() label 168 la x12, 4096 global() label 171 la x12, -4096 global() label 175 la x12, 4097 global() label 179 la x12, -4097 global() label 183 la x12, 2147483647 global() label 187 la x12, -2147483647 global() label 190 la x12, -2147483648 global() label 193 la x12, -0x80000000 global() label 197 la x12, 0x80000000 global() label 201 la x12, 0xFFFFFFFF global() label 207 la a0, CONSTANT global() label 211 la a0, CONSTANT+1 global() label 217 la a0, CONSTANT global() label [all...] |
H A D | rv32i-aliases-invalid.s | 12 la x0, 4294967296 # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 13 la x0, -2147483649 # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 14 la a1, foo+foo # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 15 la x1, %pcrel_hi(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 16 la x1, %pcrel_lo(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 17 la x1, %pcrel_hi(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 18 la x1, %pcrel_lo(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 19 la x1, %hi(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 20 la x1, %lo(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] label 21 la x label 22 la x1, %lo(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a bare symbol name or an immediate integer in the range [-2147483648, 4294967295] global() label [all...] |
H A D | rv64i-aliases-invalid.s | 8 la t5, 0x10000000000000000 # CHECK: :[[@LINE]]:8: error: unknown operand label 9 la x1, %pcrel_hi(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 10 la x1, %pcrel_lo(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 11 la x1, %pcrel_hi(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 12 la x1, %pcrel_lo(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 13 la x1, %hi(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 14 la x1, %lo(1234) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 15 la x1, %hi(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 16 la x1, %lo(foo) # CHECK: :[[@LINE]]:8: error: operand either must be a constant 64-bit integer or a bare symbol name label 17 la a label [all...] |
H A D | option-pushpop.s | 82 la s0, symbol label 94 la s0, symbol label 103 la s0, symbol label 112 la s0, symbol label
|
H A D | rvi-pseudos.s | 83 la a0, a_symbol label 91 la a1, another_symbol label 100 la a2, zero label 108 la a3, ra label 116 la a4, f1 label
|
H A D | option-nopic.s | 24 la s0, symbol label
|
H A D | option-pic.s | 24 la s0, symbol label
|
/llvm-project/llvm/test/MC/LoongArch/Macros/ |
H A D | aliases-la-bad.s | 3 la $a0, $a1, sym label 6 la $a0, 1 label
|
H A D | aliases-la.s | 13 la $a0, sym global() label [all...] |
/llvm-project/lld/test/ELF/ |
H A D | riscv-reloc-got.s | 62 la a0,a label 63 la a0,b label
|
H A D | riscv-reloc-copy.s | 24 la a0, x label
|
H A D | riscv-tls-ld.s | 88 la a5, _GLOBAL_OFFSET_TABLE_ label
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | fixed-point-literal.h | 5 const long _Accum la = 25.25lk; variable
|
/llvm-project/mlir/lib/Transforms/ |
H A D | RemoveDeadValues.cpp | 79 hasLive(ValueRange values,RunLivenessAnalysis & la) hasLive() argument 95 markLives(ValueRange values,RunLivenessAnalysis & la) markLives() argument 177 cleanSimpleOp(Operation * op,RunLivenessAnalysis & la) cleanSimpleOp() argument 196 cleanFuncOp(FunctionOpInterface funcOp,Operation * module,RunLivenessAnalysis & la) cleanFuncOp() argument 301 cleanRegionBranchOp(RegionBranchOpInterface regionBranchOp,RunLivenessAnalysis & la) cleanRegionBranchOp() argument 572 auto &la = getAnalysis<RunLivenessAnalysis>(); runOnOperation() local [all...] |
/llvm-project/clang/test/ASTMerge/asm/Inputs/ |
H A D | asm-function.cpp | 3 unsigned int la = a; in asmFunc() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | target_enter_data_depend_codegen.cpp | 45 int la; in foo() local
|
H A D | target_update_depend_codegen.cpp | 45 int la; in foo() local
|
H A D | target_exit_data_depend_codegen.cpp | 45 int la; in foo() local
|
H A D | target_enter_data_codegen.cpp | 56 int la; in foo() local 256 int la; in foo() local
|
H A D | teams_codegen.cpp | 28 int la = 23; in teams_argument_global_local() local 110 SS<int> la; in teams_template_arg() local
|
H A D | target_map_codegen_20.cpp | 105 float la[X]; in foo() local
|