Home
last modified time | relevance | path

Searched refs:isByte (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrFormats.td512 class AI2ldst<bits<3> op, bit isLd, bit isByte, dag oops, dag iops, AddrMode am,
520 let Inst{22} = isByte;
525 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
533 let Inst{22} = isByte; // B bit
538 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
541 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
556 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
559 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
575 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
578 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
DARMInstrInfo.td1403 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1408 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1418 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1433 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1438 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt), (ins addrmode_imm12:$addr),
1448 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt), (ins ldst_so_reg:$shift),
1463 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1468 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1479 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1492 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
[all …]
/external/llvm/lib/Target/ARM/
DARMInstrFormats.td641 class AI2ldst<bits<3> op, bit isLd, bit isByte, dag oops, dag iops, AddrMode am,
649 let Inst{22} = isByte;
654 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
662 let Inst{22} = isByte; // B bit
667 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
670 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
685 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
688 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
704 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
707 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
DARMInstrInfo.td1725 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1730 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1740 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1755 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1760 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
1771 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
1787 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1792 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1803 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1816 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrInfo.td1829 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1834 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1844 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1859 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1864 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
1875 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
1891 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1896 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1907 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1920 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
[all …]
DARMInstrFormats.td661 class AI2ldst<bits<3> op, bit isLd, bit isByte, dag oops, dag iops, AddrMode am,
669 let Inst{22} = isByte;
674 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
682 let Inst{22} = isByte; // B bit
687 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
690 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
705 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
708 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
724 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
727 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2044 constexpr bool isByte = false; in push() local
2050 emitMemOp(Cond, kInstTypeMemImmediate, isLoad, isByte, Rt, Address); in push()