代码搜索:Packing
找到约 2,087 项符合「Packing」的源代码
代码结果 2,087
www.eeworm.com/read/447738/1698313
d instruction_packing-007.d
#objdump: -D
#source: instruction_packing-007.s
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: e0 00 00 00 ldi.l r0, 0x0
4: e0 10 10 00 ldi.l r1, 0x1000
www.eeworm.com/read/447738/1698332
d instruction_packing-006.d
#objdump: -Dr
#source: instruction_packing-006.s
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: 24 81 5e 00 bl.s 8 || nop
4: 20 01 de 00 ldi.s r0
www.eeworm.com/read/447738/1698339
s instruction_packing-002.s
.section s1, "ax"
foo:
add r1,r11
.section s2, "ax"
bar:
add r2,r11 || add r3,r11
add r2,r11 -> add r3,r11
add r2,r11
www.eeworm.com/read/447738/1698344
d instruction_packing-008.d
#objdump: -D
#source: instruction_packing-007.s
#as: -gstabs
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: e0 00 00 00 ldi.l r0, 0x0
4: e0 10 10 00 ldi.l
www.eeworm.com/read/447738/1698364
d instruction_packing-005.d
#objdump: -D
#source: instruction_packing-005.s
#as: -O
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: 36 df de 00 st r13, @-sp || nop
4: f0 0e 00 00 ld r0
www.eeworm.com/read/447738/1698368
d instruction_packing-003.d
#objdump: -Dr
#source: instruction_packing-003.s
#as: -W
.*: file format elf32-d10v
Disassembly of section s1:
00000000 :
0: 01 1b 5e 00 add r1, r11 || nop
4: 01 2b 02 76 add r2,
www.eeworm.com/read/447738/1698376
d instruction_packing-009.d
#objdump: -D
#source: instruction_packing-007.s
#as: -gstabs --no-gstabs-packing
.*: file format elf32-d10v
Disassembly of section .text:
00000000 :
0: e0 00 00 00 ldi.l r0, 0x0
4:
www.eeworm.com/read/447738/1698393
s instruction_packing-004.s
.section s1 ,"ax"
foo:
add r1,r11
.section s1 ,"ax"
bar:
add r2,r11 || add r3,r11
www.eeworm.com/read/447738/1698395
s instruction_packing-007.s
;;
;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
;; correct line number information.
;; -gstabs and -gstabs --gstabs-packing disable inserting nops.
.text
.global foo
foo:
www.eeworm.com/read/447738/1698397
s instruction_packing-006.s
;; sequence control operands need to be packed with nop's
;; bl, jl, trap, sleep, stop, wait, dbt, bra, jmp, rte, rtd
.text
.align 2
test0:
bl.s test1
ldi r0, #1
test1:
jl r1
ldi r0, #1
test