Searched refs:Op3Val (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 327 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode, 330 def rr : F3_1<2, Op3Val, 335 def ri : F3_2<2, Op3Val, 344 multiclass F3_12np<string OpcStr, bits<6> Op3Val, InstrItinClass itin = IIC_iu_instr> { 345 def rr : F3_1<2, Op3Val, 349 def ri : F3_2<2, Op3Val, 356 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode, 358 def rr : F3_1<3, Op3Val, 363 def ri : F3_2<3, Op3Val, 372 class LoadASI<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode, [all …]
|
| H A D | SparcInstrFormats.td | 226 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),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 4759 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local 4764 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction() 4765 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction() 4767 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction() 4768 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction() 4849 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local 4859 if (Op3Val >= RegWidth) in MatchAndEmitInstruction() 4868 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction() 4870 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction() 4913 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | WritingAnLLVMBackend.rst | 806 multiclass F3_12 <string OpcStr, bits<6> Op3Val, SDNode OpNode> { 807 def rr : F3_1 <2, Op3Val, 811 def ri : F3_2 <2, Op3Val,
|