Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcInstrFormats.td209 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode,
211 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2),
214 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, i32imm:$shcnt),
DSparcInstrInfo.td249 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode,
251 def rr : F3_1<2, Op3Val,
255 def ri : F3_2<2, Op3Val,
263 multiclass F3_12np<string OpcStr, bits<6> Op3Val> {
264 def rr : F3_1<2, Op3Val,
267 def ri : F3_2<2, Op3Val,
273 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
275 def rr : F3_1<3, Op3Val,
279 def ri : F3_2<3, Op3Val,
286 multiclass Store<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3624 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
3629 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
3630 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()
3632 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
3633 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()
3660 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
3670 if (Op3Val >= RegWidth) in MatchAndEmitInstruction()
3680 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
3682 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
3725 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
[all …]
/external/llvm/docs/
DWritingAnLLVMBackend.rst808 multiclass F3_12 <string OpcStr, bits<6> Op3Val, SDNode OpNode> {
809 def rr : F3_1 <2, Op3Val,
813 def ri : F3_2 <2, Op3Val,