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.td452 multiclass F3_12<string OpcStr, bits<6> Op3Val, SDNode OpNode,
455 def rr : F3_1<2, Op3Val,
460 def ri : F3_2<2, Op3Val,
469 multiclass F3_12np<string OpcStr, bits<6> Op3Val, InstrItinClass itin = IIC_iu_instr> {
470 def rr : F3_1<2, Op3Val,
474 def ri : F3_2<2, Op3Val,
481 multiclass Load<string OpcStr, bits<6> Op3Val, SDPatternOperator OpNode,
483 def rr : F3_1<3, Op3Val,
488 def ri : F3_2<3, Op3Val,
497 multiclass LoadASI<string OpcStr, bits<6> Op3Val, RegisterClass RC> {
[all …]
H A DSparcInstrFormats.td293 multiclass F3_S<string OpcStr, bits<6> Op3Val, bit XVal, SDNode OpNode,
296 def rr : F3_Sr<2, Op3Val, XVal, (outs RC:$rd), (ins RC:$rs1, IntRegs:$rs2),
300 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.cpp6414 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction() local
6419 NewOp3Val = (32 - Op3Val) & 0x1f; in matchAndEmitInstruction()
6420 NewOp4Val = 31 - Op3Val; in matchAndEmitInstruction()
6422 NewOp3Val = (64 - Op3Val) & 0x3f; in matchAndEmitInstruction()
6423 NewOp4Val = 63 - Op3Val; in matchAndEmitInstruction()
6504 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction() local
6514 if (Op3Val >= RegWidth) in matchAndEmitInstruction()
6523 NewOp3Val = (32 - Op3Val) & 0x1f; in matchAndEmitInstruction()
6525 NewOp3Val = (64 - Op3Val) & 0x3f; in matchAndEmitInstruction()
6568 uint64_t Op3Val = Op3CE->getValue(); in matchAndEmitInstruction() local
[all …]