Home
last modified time | relevance | path

Searched refs:Op3Val (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td358 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode,
361 def rr : F3_1<2, Op3Val,
366 def ri : F3_2<2, Op3Val,
376 def rr : F3_1<2, Op3Val,
380 def ri : F3_2<2, Op3Val,
389 def rr : F3_1<3, Op3Val,
394 def ri : F3_2<3, Op3Val,
412 Load<OpcStr, Op3Val, OpNode, RC, Ty, itin> {
430 def rr : F3_1<3, Op3Val,
435 def ri : F3_2<3, Op3Val,
[all …]
H A DSparcInstrFormats.td226 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode,
229 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2),
233 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, SIT:$shcnt),
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5493 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
5498 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
5499 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()
5501 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
5502 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()
5583 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
5593 if (Op3Val >= RegWidth) in MatchAndEmitInstruction()
5602 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
5604 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
5647 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst806 multiclass F3_12 <string OpcStr, bits<6> Op3Val, SDNode OpNode> {
807 def rr : F3_1 <2, Op3Val,
811 def ri : F3_2 <2, Op3Val,