Home
last modified time | relevance | path

Searched full:f3_1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td451 /// F3_12 multiclass - Define a normal F3_1/F3_2 pattern in one shot.
455 def rr : F3_1<2, Op3Val,
467 /// F3_12np multiclass - Define a normal F3_1/F3_2 pattern in one shot, with no
470 def rr : F3_1<2, Op3Val,
483 def rr : F3_1<3, Op3Val,
519 def rr : F3_1<3, Op3Val,
580 def FLUSHW : F3_1<0b10, 0b101011, (outs), (ins),
683 def LDCSRrr : F3_1<3, 0b110001, (outs), (ins (MEMrr $rs1, $rs2):$addr),
692 def LDFSRrr : F3_1<3, 0b100001, (outs), (ins (MEMrr $rs1, $rs2):$addr),
698 def LDXFSRrr : F3_1<3, 0b100001, (outs), (ins (MEMrr $rs1, $rs2):$addr),
[all …]
H A DSparcInstrUAOSA.td14 : F3_1<2, 0b110001, (outs), (ins), asmstr, []> {
H A DSparcInstr64Bit.td210 def TLS_LDXrr : F3_1<3, 0b001011,
216 def GDOP_LDXrr : F3_1<3, 0b001011,
H A DSparcInstrFormats.td189 class F3_1<bits<2> opVal, bits<6> op3val, dag outs, dag ins, string asmstr,