/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xc16x/ |
xorb.s | 4 xorb rl0,rl1 5 xorb rl0,[r1] 6 xorb rl0,[r1+] 7 xorb rl0,#3 8 xorb rl0,#0x34 9 xorb rl0,0x2403 10 xorb 0x2403,rl0
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/ |
xor_test.s | 5 # XORB imm4/imm16, reg 7 xorb $0xf,r1 8 xorb $0xff,r2 9 xorb $0xfff,r1 10 xorb $0xffff,r2 11 xorb $20,r1 12 xorb $10,r2 14 # XORB reg, reg 16 xorb r1,r2 17 xorb r2,r [all...] |
xor_test.d | 10 0: f1 28 xorb \$0xf:s,r1 11 2: b2 28 ff 00 xorb \$0xff:m,r2 12 6: b1 28 ff 0f xorb \$0xfff:m,r1 13 a: b2 28 ff ff xorb \$0xffff:m,r2 14 e: b1 28 14 00 xorb \$0x14:m,r1 15 12: a2 28 xorb \$0xa:s,r2 16 14: 12 29 xorb r1,r2 17 16: 23 29 xorb r2,r3 18 18: 34 29 xorb r3,r4 19 1a: 56 29 xorb r5,r [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
hoist-common.ll | 3 ; Common "xorb al, al" instruction in the two successor blocks should be 11 ; CHECK: xorb %al, %al
|
fast-isel-i1.ll | 28 ; CHECK-NEXT: xorb $1, %al
|
2009-02-26-MachineLICMBug.ll | 17 ; CHECK: xorb 21 ; CHECK: xorb
|
licm-dominance.ll | 5 ; CHECK-NEXT: xorb %al, %al
|
xor-icmp.ll | 8 ; X32: xorb
|
zext-extract_subreg.ll | 17 ; CHECK-NEXT: xorb
|
/external/clang/test/CodeGenObjC/ |
no-vararg-messaging.m | 19 // CHECK-NOT: xorb
|
/external/llvm/test/CodeGen/X86/ |
2012-08-16-setcc.ll | 27 ; CHECK: xorb 38 ; CHECK: xorb
|
legalize-shift-64.ll | 11 ; CHECK: xorb $31 23 ; CHECK: xorb $31 37 ; CHECK: xorb $31, %cl 51 ; CHECK: xorb $31, %cl
|
atomic8.ll | 119 ; X64: xorb $3 121 ; X32: xorb $3 123 ; X64: xorb 126 ; X32: xorb 131 ; X64: xorb 133 ; X32: xorb
|
hoist-common.ll | 13 ; Common "xorb al, al" instruction in the two successor blocks should be
|
fast-isel-i1.ll | 29 ; CHECK-NEXT: xorb $1, %al
|
xor-icmp.ll | 8 ; X32: xorb
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/ |
arith_insn.s | 61 .global xorb 62 xorb: label 63 xorb $0x16 , r3 label 64 xorb $-0x6ffe , r4 label 65 xorb r5 , r6 label
|
arith_insn.d | 54 00000046 <xorb>: 55 46: e3 09 16 00 xorb \$0x16, r3 56 4a: e4 09 02 90 xorb \$0x9002, r4 57 4e: 56 49 xorb r5, r6
|
/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4_386.s | 38 XORB (SI), CX
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4_386.s | 38 XORB (SI), CX
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
dskprefix.S | 84 xorb %ah,%ah /* reset FDC */ 85 xorb %dl,%dl 127 xorb %al,%al 248 xorb %ah,%ah 249 xorb %dl,%dl
|
hdprefix.S | 53 xorb %dh, %dh
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
ghash-x86.S | 395 xorb (%esp,%ebp,1),%bl 413 xorb (%esp,%edi,1),%cl 433 xorb (%esp,%ebp,1),%bl 452 xorb (%esp,%edi,1),%cl 471 xorb (%esp,%ebp,1),%bl 490 xorb (%esp,%edi,1),%cl 510 xorb (%esp,%ebp,1),%bl 529 xorb (%esp,%edi,1),%cl 548 xorb (%esp,%ebp,1),%bl 567 xorb (%esp,%edi,1),%c [all...] |
/external/boringssl/mac-x86/crypto/fipsmodule/ |
ghash-x86.S | 392 xorb (%esp,%ebp,1),%bl 410 xorb (%esp,%edi,1),%cl 430 xorb (%esp,%ebp,1),%bl 449 xorb (%esp,%edi,1),%cl 468 xorb (%esp,%ebp,1),%bl 487 xorb (%esp,%edi,1),%cl 507 xorb (%esp,%ebp,1),%bl 526 xorb (%esp,%edi,1),%cl 545 xorb (%esp,%ebp,1),%bl 564 xorb (%esp,%edi,1),%c [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bs32.S | 118 xorb %ah, %ah # ah = 0 ==> ax = NoFats
126 xorb %bh, %bh
184 xorb %bh, %bh
190 xorb %bh, %bh
|