/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
sleb128.s | 2 .sleb128 0x76543210 3 .sleb128 0x80000000 4 .sleb128 0x87654321 5 .sleb128 0xffffffff 6 .sleb128 -0x76543210 7 .sleb128 -0x80000000 8 .sleb128 -0x87654321 9 .sleb128 -0xffffffff 11 .sleb128 0x123456789abcdef 12 .sleb128 -0x123456789abcde [all...] |
sleb128-3.s | 2 .sleb128 100 - 200
|
sleb128-7.s | 9 .sleb128 200+(_L2 - _L1) 11 .sleb128 200+(_L1 - _L2) 13 .sleb128 (_L2 - _L1)+200 15 .sleb128 (_L1 - _L2)+200
|
sleb128-2.s | 9 .sleb128 _L1 - _L2
|
sleb128-4.s | 9 .sleb128 _L2 - _L1 + (1 << 31)
|
sleb128-5.s | 9 .sleb128 _L1 - _L2 + 4
|
sleb128-2.d | 2 #name : .sleb128 tests (2)
|
sleb128-3.d | 2 #name : .sleb128 tests (3)
|
sleb128-5.d | 2 #name : .sleb128 tests (5)
|
sleb128-7.d | 2 #name : .sleb128 tests (7)
|
sleb128-4.d | 2 #name : .sleb128 tests (4)
|
/external/llvm/test/MC/X86/ |
invalid-sleb.s | 3 // CHECK: sleb128 and uleb128 expressions must be absolute 5 .sleb128 undefined
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
sleb.s | 8 .sleb128 0 9 .sleb128 1 10 .sleb128 -1 11 .sleb128 63 12 .sleb128 -64 14 .sleb128 64 15 .sleb128 -65 17 .sleb128 8191 18 .sleb128 -8192 20 .sleb128 819 [all...] |
/external/llvm/test/MC/ELF/ |
sleb.s | 8 .sleb128 0 9 .sleb128 1 10 .sleb128 -1 11 .sleb128 63 12 .sleb128 -64 14 .sleb128 64 15 .sleb128 -65 17 .sleb128 8191 18 .sleb128 -8192 20 .sleb128 819 [all...] |
/external/elfutils/tests/ |
cleanup-13.c | 15 #define SLEB128(x) (x)&0x7f /* Assume here the value is -0x40 ... 0x3f. */ 36 #define OP_consts(x) 0x11,SLEB128(x), 131 #define OP_breg0(x) 0x70,SLEB128(x), 132 #define OP_breg1(x) 0x71,SLEB128(x), 133 #define OP_breg2(x) 0x72,SLEB128(x), 134 #define OP_breg3(x) 0x73,SLEB128(x), 135 #define OP_breg4(x) 0x74,SLEB128(x), 136 #define OP_breg5(x) 0x75,SLEB128(x), 137 #define OP_breg6(x) 0x76,SLEB128(x), 138 #define OP_breg7(x) 0x77,SLEB128(x) [all...] |
/external/libunwind_llvm/src/ |
dwarf2.h | 93 DW_OP_consts = 0x11, // SLEB128 constant 188 DW_OP_breg0 = 0x70, // base register 0 + SLEB128 offset 189 DW_OP_breg1 = 0x71, // base register 1 + SLEB128 offset 190 DW_OP_breg2 = 0x72, // base register 2 + SLEB128 offset 191 DW_OP_breg3 = 0x73, // base register 3 + SLEB128 offset 192 DW_OP_breg4 = 0x74, // base register 4 + SLEB128 offset 193 DW_OP_breg5 = 0x75, // base register 5 + SLEB128 offset 194 DW_OP_breg6 = 0x76, // base register 6 + SLEB128 offset 195 DW_OP_breg7 = 0x77, // base register 7 + SLEB128 offset 196 DW_OP_breg8 = 0x78, // base register 8 + SLEB128 offse [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/ |
bss.s | 16 .sleb128 17 .sleb128 0 38 .sleb128 -1
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
compact-eh-4.s | 39 .sleb128 -1 42 .sleb128 ($L3-($LEHE1)) 43 .sleb128 (0<<2)|0 46 .sleb128 -1
|
compact-eh-6.s | 39 .sleb128 -1 42 .sleb128 ($L3-($LEHE1)) 43 .sleb128 (0<<2)|0 46 .sleb128 -1
|
compact-eh-5.s | 48 .sleb128 -1 51 .sleb128 ($L3-($LEHE1)) 52 .sleb128 (0<<2)|0 55 .sleb128 -1
|
/external/libunwind/src/dwarf/ |
Gexpr.c | 48 #define SLEB128 0x5 67 [DW_OP_breg0 + 0] = OPND1 (SLEB128), 68 [DW_OP_breg0 + 1] = OPND1 (SLEB128), 69 [DW_OP_breg0 + 2] = OPND1 (SLEB128), 70 [DW_OP_breg0 + 3] = OPND1 (SLEB128), 71 [DW_OP_breg0 + 4] = OPND1 (SLEB128), 72 [DW_OP_breg0 + 5] = OPND1 (SLEB128), 73 [DW_OP_breg0 + 6] = OPND1 (SLEB128), 74 [DW_OP_breg0 + 7] = OPND1 (SLEB128), 75 [DW_OP_breg0 + 8] = OPND1 (SLEB128), [all...] |
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
compact-eh1.s | 35 .sleb128 (.L11-(.LEHE0)) # Landing Pad Offset 36 .sleb128 (0<<2)|0x1 # Action/Chain Pair
|
compact-eh2.s | 32 .sleb128 (.L11-(.LEHE0)) # Landing Pad Offset 33 .sleb128 (0<<2)|0x1 # Action/Chain Pair
|
compact-eh3.s | 34 .sleb128 (.L11-(.LEHE0)) # Landing Pad Offset 35 .sleb128 (0<<2)|0x1 # Action/Chain Pair
|
/external/llvm/lib/Support/ |
LEB128.cpp | 10 // This file implements some utility functions for encoding SLEB128 and 29 /// Utility function to get the size of the SLEB128-encoded value.
|