Searched refs:Op3Val (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 250 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode, 252 def rr : F3_1<2, Op3Val, 256 def ri : F3_2<2, Op3Val, 264 multiclass F3_12np<string OpcStr, bits<6> Op3Val> { 265 def rr : F3_1<2, Op3Val, 268 def ri : F3_2<2, Op3Val, 274 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode, 276 def rr : F3_1<3, Op3Val, 280 def ri : F3_2<3, Op3Val, 288 class LoadASI<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode, [all …]
|
D | SparcInstrFormats.td | 212 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode, 214 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2), 217 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, i32imm:$shcnt),
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 3791 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local 3796 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction() 3797 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction() 3799 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction() 3800 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction() 3881 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local 3891 if (Op3Val >= RegWidth) in MatchAndEmitInstruction() 3900 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction() 3902 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction() 3945 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local [all …]
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 808 multiclass F3_12 <string OpcStr, bits<6> Op3Val, SDNode OpNode> { 809 def rr : F3_1 <2, Op3Val, 813 def ri : F3_2 <2, Op3Val,
|