Home | History | Annotate | Download | only in X86

Lines Matching refs:x7f

12 // CHECK:  encoding: [0xc6,0x84,0xcb,0xef,0xbe,0xad,0xde,0x7f]
13 movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
16 // CHECK: encoding: [0xc6,0x05,0x45,0x00,0x00,0x00,0x7f]
17 movb $0x7f,0x45
20 // CHECK: encoding: [0xc6,0x05,0xed,0x7e,0x00,0x00,0x7f]
21 movb $0x7f,0x7eed
24 // CHECK: encoding: [0xc6,0x05,0xfe,0xca,0xbe,0xba,0x7f]
25 movb $0x7f,0xbabecafe
28 // CHECK: encoding: [0xc6,0x05,0x78,0x56,0x34,0x12,0x7f]
29 movb $0x7f,0x12345678
304 // CHECK: encoding: [0x80,0x84,0xcb,0xef,0xbe,0xad,0xde,0x7f]
305 addb $0x7f,0xdeadbeef(%ebx,%ecx,8)
308 // CHECK: encoding: [0x80,0x05,0x45,0x00,0x00,0x00,0x7f]
309 addb $0x7f,0x45
312 // CHECK: encoding: [0x80,0x05,0xed,0x7e,0x00,0x00,0x7f]
313 addb $0x7f,0x7eed
316 // CHECK: encoding: [0x80,0x05,0xfe,0xca,0xbe,0xba,0x7f]
317 addb $0x7f,0xbabecafe
320 // CHECK: encoding: [0x80,0x05,0x78,0x56,0x34,0x12,0x7f]
321 addb $0x7f,0x12345678
420 // CHECK: encoding: [0x80,0xac,0xcb,0xef,0xbe,0xad,0xde,0x7f]
421 subb $0x7f,0xdeadbeef(%ebx,%ecx,8)
424 // CHECK: encoding: [0x80,0x2d,0x45,0x00,0x00,0x00,0x7f]
425 subb $0x7f,0x45
428 // CHECK: encoding: [0x80,0x2d,0xed,0x7e,0x00,0x00,0x7f]
429 subb $0x7f,0x7eed
432 // CHECK: encoding: [0x80,0x2d,0xfe,0xca,0xbe,0xba,0x7f]
433 subb $0x7f,0xbabecafe
436 // CHECK: encoding: [0x80,0x2d,0x78,0x56,0x34,0x12,0x7f]
437 subb $0x7f,0x12345678
536 // CHECK: encoding: [0x80,0x9c,0xcb,0xef,0xbe,0xad,0xde,0x7f]
537 sbbb $0x7f,0xdeadbeef(%ebx,%ecx,8)
540 // CHECK: encoding: [0x80,0x1d,0x45,0x00,0x00,0x00,0x7f]
541 sbbb $0x7f,0x45
544 // CHECK: encoding: [0x80,0x1d,0xed,0x7e,0x00,0x00,0x7f]
545 sbbb $0x7f,0x7eed
548 // CHECK: encoding: [0x80,0x1d,0xfe,0xca,0xbe,0xba,0x7f]
549 sbbb $0x7f,0xbabecafe
552 // CHECK: encoding: [0x80,0x1d,0x78,0x56,0x34,0x12,0x7f]
553 sbbb $0x7f,0x12345678
636 // CHECK: encoding: [0x80,0xbc,0xcb,0xef,0xbe,0xad,0xde,0x7f]
637 cmpb $0x7f,0xdeadbeef(%ebx,%ecx,8)
640 // CHECK: encoding: [0x80,0x3d,0x45,0x00,0x00,0x00,0x7f]
641 cmpb $0x7f,0x45
644 // CHECK: encoding: [0x80,0x3d,0xed,0x7e,0x00,0x00,0x7f]
645 cmpb $0x7f,0x7eed
648 // CHECK: encoding: [0x80,0x3d,0xfe,0xca,0xbe,0xba,0x7f]
649 cmpb $0x7f,0xbabecafe
652 // CHECK: encoding: [0x80,0x3d,0x78,0x56,0x34,0x12,0x7f]
653 cmpb $0x7f,0x12345678
716 // CHECK: encoding: [0xf6,0x84,0xcb,0xef,0xbe,0xad,0xde,0x7f]
717 testb $0x7f,0xdeadbeef(%ebx,%ecx,8)
720 // CHECK: encoding: [0xf6,0x05,0x45,0x00,0x00,0x00,0x7f]
721 testb $0x7f,0x45
724 // CHECK: encoding: [0xf6,0x05,0xed,0x7e,0x00,0x00,0x7f]
725 testb $0x7f,0x7eed
728 // CHECK: encoding: [0xf6,0x05,0xfe,0xca,0xbe,0xba,0x7f]
729 testb $0x7f,0xbabecafe
732 // CHECK: encoding: [0xf6,0x05,0x78,0x56,0x34,0x12,0x7f]
733 testb $0x7f,0x12345678
816 // CHECK: encoding: [0x80,0xa4,0xcb,0xef,0xbe,0xad,0xde,0x7f]
817 andb $0x7f,0xdeadbeef(%ebx,%ecx,8)
820 // CHECK: encoding: [0x80,0x25,0x45,0x00,0x00,0x00,0x7f]
821 andb $0x7f,0x45
824 // CHECK: encoding: [0x80,0x25,0xed,0x7e,0x00,0x00,0x7f]
825 andb $0x7f,0x7eed
828 // CHECK: encoding: [0x80,0x25,0xfe,0xca,0xbe,0xba,0x7f]
829 andb $0x7f,0xbabecafe
832 // CHECK: encoding: [0x80,0x25,0x78,0x56,0x34,0x12,0x7f]
833 andb $0x7f,0x12345678
916 // CHECK: encoding: [0x80,0x8c,0xcb,0xef,0xbe,0xad,0xde,0x7f]
917 orb $0x7f,0xdeadbeef(%ebx,%ecx,8)
920 // CHECK: encoding: [0x80,0x0d,0x45,0x00,0x00,0x00,0x7f]
921 orb $0x7f,0x45
924 // CHECK: encoding: [0x80,0x0d,0xed,0x7e,0x00,0x00,0x7f]
925 orb $0x7f,0x7eed
928 // CHECK: encoding: [0x80,0x0d,0xfe,0xca,0xbe,0xba,0x7f]
929 orb $0x7f,0xbabecafe
932 // CHECK: encoding: [0x80,0x0d,0x78,0x56,0x34,0x12,0x7f]
933 orb $0x7f,0x12345678
1016 // CHECK: encoding: [0x80,0xb4,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1017 xorb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1020 // CHECK: encoding: [0x80,0x35,0x45,0x00,0x00,0x00,0x7f]
1021 xorb $0x7f,0x45
1024 // CHECK: encoding: [0x80,0x35,0xed,0x7e,0x00,0x00,0x7f]
1025 xorb $0x7f,0x7eed
1028 // CHECK: encoding: [0x80,0x35,0xfe,0xca,0xbe,0xba,0x7f]
1029 xorb $0x7f,0xbabecafe
1032 // CHECK: encoding: [0x80,0x35,0x78,0x56,0x34,0x12,0x7f]
1033 xorb $0x7f,0x12345678
1116 // CHECK: encoding: [0x80,0x94,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1117 adcb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1120 // CHECK: encoding: [0x80,0x15,0x45,0x00,0x00,0x00,0x7f]
1121 adcb $0x7f,0x45
1124 // CHECK: encoding: [0x80,0x15,0xed,0x7e,0x00,0x00,0x7f]
1125 adcb $0x7f,0x7eed
1128 // CHECK: encoding: [0x80,0x15,0xfe,0xca,0xbe,0xba,0x7f]
1129 adcb $0x7f,0xbabecafe
1132 // CHECK: encoding: [0x80,0x15,0x78,0x56,0x34,0x12,0x7f]
1133 adcb $0x7f,0x12345678
1328 // CHECK: encoding: [0xc0,0x84,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1329 rolb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1332 // CHECK: encoding: [0xc0,0x05,0x45,0x00,0x00,0x00,0x7f]
1333 rolb $0x7f,0x45
1336 // CHECK: encoding: [0xc0,0x05,0xed,0x7e,0x00,0x00,0x7f]
1337 rolb $0x7f,0x7eed
1340 // CHECK: encoding: [0xc0,0x05,0xfe,0xca,0xbe,0xba,0x7f]
1341 rolb $0x7f,0xbabecafe
1344 // CHECK: encoding: [0xc0,0x05,0x78,0x56,0x34,0x12,0x7f]
1345 rolb $0x7f,0x12345678
1384 // CHECK: encoding: [0xc0,0x8c,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1385 rorb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1388 // CHECK: encoding: [0xc0,0x0d,0x45,0x00,0x00,0x00,0x7f]
1389 rorb $0x7f,0x45
1392 // CHECK: encoding: [0xc0,0x0d,0xed,0x7e,0x00,0x00,0x7f]
1393 rorb $0x7f,0x7eed
1396 // CHECK: encoding: [0xc0,0x0d,0xfe,0xca,0xbe,0xba,0x7f]
1397 rorb $0x7f,0xbabecafe
1400 // CHECK: encoding: [0xc0,0x0d,0x78,0x56,0x34,0x12,0x7f]
1401 rorb $0x7f,0x12345678
1440 // CHECK: encoding: [0xc0,0xa4,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1441 salb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1444 // CHECK: encoding: [0xc0,0x25,0x45,0x00,0x00,0x00,0x7f]
1445 salb $0x7f,0x45
1448 // CHECK: encoding: [0xc0,0x25,0xed,0x7e,0x00,0x00,0x7f]
1449 salb $0x7f,0x7eed
1452 // CHECK: encoding: [0xc0,0x25,0xfe,0xca,0xbe,0xba,0x7f]
1453 salb $0x7f,0xbabecafe
1456 // CHECK: encoding: [0xc0,0x25,0x78,0x56,0x34,0x12,0x7f]
1457 salb $0x7f,0x12345678
1496 // CHECK: encoding: [0xc0,0xa4,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1497 shlb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1500 // CHECK: encoding: [0xc0,0x25,0x45,0x00,0x00,0x00,0x7f]
1501 shlb $0x7f,0x45
1504 // CHECK: encoding: [0xc0,0x25,0xed,0x7e,0x00,0x00,0x7f]
1505 shlb $0x7f,0x7eed
1508 // CHECK: encoding: [0xc0,0x25,0xfe,0xca,0xbe,0xba,0x7f]
1509 shlb $0x7f,0xbabecafe
1512 // CHECK: encoding: [0xc0,0x25,0x78,0x56,0x34,0x12,0x7f]
1513 shlb $0x7f,0x12345678
1552 // CHECK: encoding: [0xc0,0xac,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1553 shrb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1556 // CHECK: encoding: [0xc0,0x2d,0x45,0x00,0x00,0x00,0x7f]
1557 shrb $0x7f,0x45
1560 // CHECK: encoding: [0xc0,0x2d,0xed,0x7e,0x00,0x00,0x7f]
1561 shrb $0x7f,0x7eed
1564 // CHECK: encoding: [0xc0,0x2d,0xfe,0xca,0xbe,0xba,0x7f]
1565 shrb $0x7f,0xbabecafe
1568 // CHECK: encoding: [0xc0,0x2d,0x78,0x56,0x34,0x12,0x7f]
1569 shrb $0x7f,0x12345678
1608 // CHECK: encoding: [0xc0,0xbc,0xcb,0xef,0xbe,0xad,0xde,0x7f]
1609 sarb $0x7f,0xdeadbeef(%ebx,%ecx,8)
1612 // CHECK: encoding: [0xc0,0x3d,0x45,0x00,0x00,0x00,0x7f]
1613 sarb $0x7f,0x45
1616 // CHECK: encoding: [0xc0,0x3d,0xed,0x7e,0x00,0x00,0x7f]
1617 sarb $0x7f,0x7eed
1620 // CHECK: encoding: [0xc0,0x3d,0xfe,0xca,0xbe,0xba,0x7f]
1621 sarb $0x7f,0xbabecafe
1624 // CHECK: encoding: [0xc0,0x3d,0x78,0x56,0x34,0x12,0x7f]
1625 sarb $0x7f,0x12345678
4228 // CHECK: encoding: [0x0f,0x71,0xf3,0x7f]
4229 psllw $0x7f,%mm3
4232 // CHECK: encoding: [0x66,0x0f,0x71,0xf5,0x7f]
4233 psllw $0x7f,%xmm5
4284 // CHECK: encoding: [0x0f,0x72,0xf3,0x7f]
4285 pslld $0x7f,%mm3
4288 // CHECK: encoding: [0x66,0x0f,0x72,0xf5,0x7f]
4289 pslld $0x7f,%xmm5
4340 // CHECK: encoding: [0x0f,0x73,0xf3,0x7f]
4341 psllq $0x7f,%mm3
4344 // CHECK: encoding: [0x66,0x0f,0x73,0xf5,0x7f]
4345 psllq $0x7f,%xmm5
4396 // CHECK: encoding: [0x0f,0x71,0xe3,0x7f]
4397 psraw $0x7f,%mm3
4400 // CHECK: encoding: [0x66,0x0f,0x71,0xe5,0x7f]
4401 psraw $0x7f,%xmm5
4452 // CHECK: encoding: [0x0f,0x72,0xe3,0x7f]
4453 psrad $0x7f,%mm3
4456 // CHECK: encoding: [0x66,0x0f,0x72,0xe5,0x7f]
4457 psrad $0x7f,%xmm5
4508 // CHECK: encoding: [0x0f,0x71,0xd3,0x7f]
4509 psrlw $0x7f,%mm3
4512 // CHECK: encoding: [0x66,0x0f,0x71,0xd5,0x7f]
4513 psrlw $0x7f,%xmm5
4564 // CHECK: encoding: [0x0f,0x72,0xd3,0x7f]
4565 psrld $0x7f,%mm3
4568 // CHECK: encoding: [0x66,0x0f,0x72,0xd5,0x7f]
4569 psrld $0x7f,%xmm5
4620 // CHECK: encoding: [0x0f,0x73,0xd3,0x7f]
4621 psrlq $0x7f,%mm3
4624 // CHECK: encoding: [0x66,0x0f,0x73,0xd5,0x7f]
4625 psrlq $0x7f,%xmm5
8016 // CHECK: encoding: [0x66,0x0f,0x7f,0xac,0xcb,0xef,0xbe,0xad,0xde]
8020 // CHECK: encoding: [0x66,0x0f,0x7f,0x2d,0x45,0x00,0x00,0x00]
8024 // CHECK: encoding: [0x66,0x0f,0x7f,0x2d,0xed,0x7e,0x00,0x00]
8028 // CHECK: encoding: [0x66,0x0f,0x7f,0x2d,0xfe,0xca,0xbe,0xba]
8032 // CHECK: encoding: [0x66,0x0f,0x7f,0x2d,0x78,0x56,0x34,0x12]
8060 // CHECK: encoding: [0xf3,0x0f,0x7f,0xac,0xcb,0xef,0xbe,0xad,0xde]
8064 // CHECK: encoding: [0xf3,0x0f,0x7f,0x2d,0x45,0x00,0x00,0x00]
8068 // CHECK: encoding: [0xf3,0x0f,0x7f,0x2d,0xed,0x7e,0x00,0x00]
8072 // CHECK: encoding: [0xf3,0x0f,0x7f,0x2d,0xfe,0xca,0xbe,0xba]
8076 // CHECK: encoding: [0xf3,0x0f,0x7f,0x2d,0x78,0x56,0x34,0x12]
8136 // CHECK: encoding: [0x66,0x0f,0x73,0xfd,0x7f]
8137 pslldq $0x7f,%xmm5
8140 // CHECK: encoding: [0x66,0x0f,0x73,0xdd,0x7f]
8141 psrldq $0x7f,%xmm5
10003 // CHECK: encoding: [0x6a,0x7f]
10016 // CHECK: encoding: [0x0f,0x7f,0x9c,0xcb,0xef,0xbe,0xad,0xde]
10119 rclb $0x7f,0xdeadbeef(%ebx,%ecx,8)
10122 rclb $0x7f,0x45
10125 rclb $0x7f,0x7eed
10128 rclb $0x7f,0xbabecafe
10131 rclb $0x7f,0x12345678
10149 rcrb $0x7f,0xdeadbeef(%ebx,%ecx,8)
10152 rcrb $0x7f,0x45
10155 rcrb $0x7f,0x7eed
10158 rcrb $0x7f,0xbabecafe
10161 rcrb $0x7f,0x12345678
10248 enter $0x7ace,$0x7f
10443 int $0x7f