Searched refs:clrb (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/MC/Sparc/ |
D | sparc-synthetic-instructions.s | 105 clrb [%g1+%g2]
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 447 clrb %al label
|
/external/llvm/test/MC/SystemZ/ |
D | insn-good.s | 4196 #CHECK: clrb %r0, %r0, 0, 0 # encoding: [0xec,0x00,0x00,0x00,0x00,0xf7] 4197 #CHECK: clrb %r0, %r15, 0, 0 # encoding: [0xec,0x0f,0x00,0x00,0x00,0xf7] 4198 #CHECK: clrb %r15, %r0, 0, 0 # encoding: [0xec,0xf0,0x00,0x00,0x00,0xf7] 4199 #CHECK: clrb %r7, %r2, 0, 0 # encoding: [0xec,0x72,0x00,0x00,0x00,0xf7] 4200 #CHECK: clrb %r0, %r0, 1, 0 # encoding: [0xec,0x00,0x00,0x00,0x10,0xf7] 4201 #CHECK: clrb %r0, %r0, 15, 0 # encoding: [0xec,0x00,0x00,0x00,0xf0,0xf7] 4202 #CHECK: clrb %r0, %r0, 0, 0(%r13) # encoding: [0xec,0x00,0xd0,0x00,0x00,0xf7] 4203 #CHECK: clrb %r0, %r0, 0, 4095 # encoding: [0xec,0x00,0x0f,0xff,0x00,0xf7] 4204 #CHECK: clrb %r0, %r0, 0, 4095(%r7) # encoding: [0xec,0x00,0x7f,0xff,0x00,0xf7] 4205 clrb %r0, %r0, 0, 0 [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 431 def : InstAlias<"clrb [$addr]", (STBrr MEMrr:$addr, G0), 0>; 432 def : InstAlias<"clrb [$addr]", (STBri MEMri:$addr, G0), 0>;
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 484 clrb %al label
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 2443 # CHECK: clrb %r0, %r0, 0, 0 2446 # CHECK: clrb %r0, %r15, 0, 0 2449 # CHECK: clrb %r15, %r0, 0, 0 2452 # CHECK: clrb %r7, %r8, 0, 0 2455 # CHECK: clrb %r0, %r0, 0, 4095(%r15) 2458 # CHECK: clrb %r0, %r0, 0, 0(%r8) 2461 # CHECK: clrb %r0, %r0, 0, 4095(%r7) 2464 # CHECK: clrb %r0, %r0, 1, 0 2470 # CHECK: clrb %r0, %r0, 3, 0 2476 # CHECK: clrb %r0, %r0, 5, 0 [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 160 "clrb"##pos1##"\t$R1, $R2"##pos2##", $BD4", []>; 287 "clrb"##name##"\t$R1, $R2, $BD4", []>;
|
/external/valgrind/docs/internals/ |
D | s390-opcodes.csv | 780 clrb,"compare logical and branch (32)",implemented,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1574 def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;
|
D | X86GenAsmWriter.inc | 7443 AsmString = "clrb $reg";
|
D | X86GenAsmWriter1.inc | 8186 AsmString = "clrb $reg";
|
D | X86GenAsmMatcher.inc | 3097 { X86::XOR8rr, "clrb", Convert__Reg1_0__Tie0__Reg1_0, { MCK_GR8 }, 0},
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2747 def : InstAlias<"clrb\t$reg", (XOR8rr GR8 :$reg, GR8 :$reg), 0>;
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1716 def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;
|