Home
last modified time | relevance | path

Searched refs:clrb (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/MC/Sparc/
Dsparc-synthetic-instructions.s105 clrb [%g1+%g2]
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s447 clrb %al label
/external/llvm/test/MC/SystemZ/
Dinsn-good.s4196 #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/
DSparcInstrAliases.td431 def : InstAlias<"clrb [$addr]", (STBrr MEMrr:$addr, G0), 0>;
432 def : InstAlias<"clrb [$addr]", (STBri MEMri:$addr, G0), 0>;
/external/llvm/test/MC/X86/
Dx86-64.s484 clrb %al label
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt2443 # 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/
DSystemZInstrInfo.td160 "clrb"##pos1##"\t$R1, $R2"##pos2##", $BD4", []>;
287 "clrb"##name##"\t$R1, $R2, $BD4", []>;
/external/valgrind/docs/internals/
Ds390-opcodes.csv780 clrb,"compare logical and branch (32)",implemented,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1574 def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;
DX86GenAsmWriter.inc7443 AsmString = "clrb $reg";
DX86GenAsmWriter1.inc8186 AsmString = "clrb $reg";
DX86GenAsmMatcher.inc3097 { X86::XOR8rr, "clrb", Convert__Reg1_0__Tie0__Reg1_0, { MCK_GR8 }, 0},
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2747 def : InstAlias<"clrb\t$reg", (XOR8rr GR8 :$reg, GR8 :$reg), 0>;
/external/llvm/docs/
DCodeGenerator.rst1716 def : InstAlias<"clrb $reg", (XOR8rr GR8 :$reg, GR8 :$reg)>;