/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
dw2-compress-1.s | 184 .sleb128 3 /* ... to 4 */
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
compress1.s | 122 .sleb128 3 /* ... to 4 */
|
/external/boringssl/src/crypto/perlasm/ |
x86_64-xlate.pl | 518 consts => 0x11, # sleb128 522 breg0 => 0x70, # add 0-31 to opcole, sleb128 524 fbreg => 0x91, # sleb128 525 bregx => 0x92, # uleb128, sleb128 545 sub sleb128 { 587 return ($DW_OP_complex{consts}, sleb128($val)); 597 return (($DW_OP_complex{breg0} + $reg), sleb128($off)); 614 push @ret,$DW_OP_complex{$1}, ($3 ? uleb128($i) : sleb128($i)); 544 sub sleb128 { subroutine [all...] |
/external/libffi/src/powerpc/ |
darwin.S | 330 .byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor 361 .byte 0x7e ; sleb128 -2
|
linux64_closure.S | 362 .sleb128 -8 # CIE Data Alignment Factor 384 .sleb128 -2
|
linux64_closure.S.orig | 362 .sleb128 -8 # CIE Data Alignment Factor 384 .sleb128 -2
|
/external/libffi/src/s390/ |
sysv.S | 163 .sleb128 -4 # CIE Data Alignment Factor 362 .sleb128 -8 # CIE Data Alignment Factor
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
darwin.S | 330 .byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor 361 .byte 0x7e ; sleb128 -2
|
linux64_closure.S | 362 .sleb128 -8 # CIE Data Alignment Factor 384 .sleb128 -2
|
/external/python/cpython2/Modules/_ctypes/libffi/src/s390/ |
sysv.S | 163 .sleb128 -4 # CIE Data Alignment Factor 362 .sleb128 -8 # CIE Data Alignment Factor
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-darwin.S | 294 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 325 .byte 0x7e ; sleb128 -2
|
ppc64-darwin_closure.S | 318 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 349 .byte 0x7e ; sleb128 -2
|
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/ |
darwin.S | 330 .byte EH_DATA_ALIGN_FACT ; sleb128 -4; CIE Data Alignment Factor 361 .byte 0x7e ; sleb128 -2
|
linux64_closure.S | 362 .sleb128 -8 # CIE Data Alignment Factor 384 .sleb128 -2
|
/external/python/cpython3/Modules/_ctypes/libffi/src/s390/ |
sysv.S | 163 .sleb128 -4 # CIE Data Alignment Factor 362 .sleb128 -8 # CIE Data Alignment Factor
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-darwin.S | 294 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 325 .byte 0x7e ; sleb128 -2
|
ppc64-darwin_closure.S | 318 .byte 0x7c ; sleb128 -4; CIE Data Alignment Factor 349 .byte 0x7e ; sleb128 -2
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
const.go | 429 opFbreg = 0x91 /* 1 op, SLEB128 offset */ 430 opBregx = 0x92 /* 2 op, ULEB128 reg; SLEB128 off */
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
const.go | 429 opFbreg = 0x91 /* 1 op, SLEB128 offset */ 430 opBregx = 0x92 /* 2 op, ULEB128 reg; SLEB128 off */
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ObjectCodeEmitter.h | 92 /// emitSLEB128Bytes - This callback is invoked when a SLEB128 needs to be
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
dwp_test_2.s | 782 .sleb128 -24 801 .sleb128 -24 831 .sleb128 -24 853 .sleb128 -24 927 .sleb128 -20
|
/external/elfutils/tests/ |
asm-tst9.c | 126 /* Add a few ULEB128 and SLEB128 numbers. */
|
/external/libffi/src/sparc/ |
v8.S | 284 .byte 0x80-WS ! sleb128 -WS; CIE Data Alignment Factor
|
v9.S | 244 .byte 0x78 ! sleb128 -8; CIE Data Alignment Factor
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
v8.S | 284 .byte 0x80-WS ! sleb128 -WS; CIE Data Alignment Factor
|