Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td759 class AI2ldst<bits<3> op, bit isLd, bit isByte, dag oops, dag iops, AddrMode am,
767 let Inst{22} = isByte;
772 class AI2ldstidx<bit isLd, bit isByte, bit isPre, dag oops, dag iops,
780 let Inst{22} = isByte; // B bit
785 class AI2stridx_reg<bit isByte, bit isPre, dag oops, dag iops,
788 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
803 class AI2stridx_imm<bit isByte, bit isPre, dag oops, dag iops,
806 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
822 class AI2stridxT<bit isByte, bit isPre, dag oops, dag iops,
825 : AI2ldstidx<0, isByte, isPre, oops, iops, im, f, itin, opc, asm, cstr,
DARMInstrInfo.td1867 multiclass AI_ldr1<bit isByte, string opc, InstrItinClass iii,
1872 def i12: AI2ldst<0b010, 1, isByte, (outs GPR:$Rt), (ins addrmode_imm12:$addr),
1882 def rs : AI2ldst<0b011, 1, isByte, (outs GPR:$Rt), (ins ldst_so_reg:$shift),
1897 multiclass AI_ldr1nopc<bit isByte, string opc, InstrItinClass iii,
1902 def i12: AI2ldst<0b010, 1, isByte, (outs GPRnopc:$Rt),
1913 def rs : AI2ldst<0b011, 1, isByte, (outs GPRnopc:$Rt),
1929 multiclass AI_str1<bit isByte, string opc, InstrItinClass iii,
1934 def i12 : AI2ldst<0b010, 0, isByte, (outs),
1945 def rs : AI2ldst<0b011, 0, isByte, (outs), (ins GPR:$Rt, ldst_so_reg:$shift),
1958 multiclass AI_str1nopc<bit isByte, string opc, InstrItinClass iii,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp2045 constexpr bool isByte = false; in push() local
2051 emitMemOp(Cond, kInstTypeMemImmediate, isLoad, isByte, Rt, Address); in push()