srdi special case and tests for sldi/srdi.
This commit is contained in:
@@ -43,3 +43,23 @@ Disassembly of section .text:
|
||||
0000000000100048 <test_rldicl_10>:
|
||||
100048: 78 83 d1 82 rldicl r3,r4,58,6
|
||||
10004c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100050 <test_srdi_1>:
|
||||
100050: 78 63 00 00 rotldi r3,r3,0
|
||||
100054: 78 84 00 00 rotldi r4,r4,0
|
||||
100058: 4e 80 00 20 blr
|
||||
|
||||
000000000010005c <test_srdi_2>:
|
||||
10005c: 78 63 f8 42 rldicl r3,r3,63,1
|
||||
100060: 78 84 f8 42 rldicl r4,r4,63,1
|
||||
100064: 4e 80 00 20 blr
|
||||
|
||||
0000000000100068 <test_srdi_3>:
|
||||
100068: 78 63 00 22 rldicl r3,r3,32,32
|
||||
10006c: 78 84 00 22 rldicl r4,r4,32,32
|
||||
100070: 4e 80 00 20 blr
|
||||
|
||||
0000000000100074 <test_srdi_4>:
|
||||
100074: 78 63 0f e0 rldicl r3,r3,1,63
|
||||
100078: 78 84 0f e0 rldicl r4,r4,1,63
|
||||
10007c: 4e 80 00 20 blr
|
||||
|
||||
Reference in New Issue
Block a user