Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td404 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode,
407 def rr : F3_1<2, Op3Val,
412 def ri : F3_2<2, Op3Val,
421 multiclass F3_12np<string OpcStr, bits<6> Op3Val, InstrItinClass itin = IIC_iu_instr> {
422 def rr : F3_1<2, Op3Val,
426 def ri : F3_2<2, Op3Val,
433 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
435 def rr : F3_1<3, Op3Val,
440 def ri : F3_2<3, Op3Val,
449 multiclass LoadASI<string OpcStr, bits<6> Op3Val, RegisterClass RC> {
[all …]
H A DSparcInstrFormats.td235 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode,
238 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2),
242 def ri : F3_Si<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, SIT:$shcnt),
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6225 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
6230 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
6231 NewOp4Val = 31 - Op3Val; in MatchAndEmitInstruction()
6233 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
6234 NewOp4Val = 63 - Op3Val; in MatchAndEmitInstruction()
6315 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
6325 if (Op3Val >= RegWidth) in MatchAndEmitInstruction()
6334 NewOp3Val = (32 - Op3Val) & 0x1f; in MatchAndEmitInstruction()
6336 NewOp3Val = (64 - Op3Val) & 0x3f; in MatchAndEmitInstruction()
6379 uint64_t Op3Val = Op3CE->getValue(); in MatchAndEmitInstruction() local
[all …]