Home
last modified time | relevance | path

Searched refs:opc2 (Results 1 – 10 of 10) sorted by path

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Darm_acle.h771 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
772 __builtin_arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2)
778 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument
779 __builtin_arm_mcr(coproc, opc1, value, CRn, CRm, opc2)
780 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument
781 __builtin_arm_mrc(coproc, opc1, CRn, CRm, opc2)
789 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument
790 __builtin_arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2)
799 __builtin_arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2)
805 __builtin_arm_mcr2(coproc, opc1, value, CRn, CRm, opc2)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td2285 class BaseOneOperandData<bit sf, bit S, bits<5> opc2, bits<6> opc,
2298 let Inst{20-16} = opc2;
4806 class BaseMemTag<bits<2> opc1, bits<2> opc2, string asm_insn,
4816 let Inst{11-10} = opc2;
4846 class BaseMemTagStore<bits<2> opc1, bits<2> opc2, string asm_insn,
4848 : BaseMemTag<opc1, opc2, asm_insn, asm_opnds, cstr, oops, iops> {
11495 let Inst{12} = opc2;
11505 multiclass SIMDIndexedTiedComplexHSD<bit opc1, bit opc2, Operand rottype,
11516 def v8f16_indexed : BaseSIMDIndexedTiedComplex<1, 1, 0, 0b01, opc1, opc2,
11526 def v4f32_indexed : BaseSIMDIndexedTiedComplex<1, 1, 0, 0b10, opc1, opc2,
[all …]
H A DAArch64InstrInfo.td9407 // size opc opc2
H A DSVEInstrFormats.td2867 class sve_int_read_vl_a<bit op, bits<5> opc2, string asm, bit streaming_sve = 0b0>
2877 let Inst{20-16} = opc2{4-0};
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td5397 timm:$CRm, timm:$opc2)]>,
5403 bits<3> opc2;
5408 let Inst{7-5} = opc2;
5428 bits<3> opc2;
5433 let Inst{7-5} = opc2;
5630 bits<3> opc2;
5637 let Inst{7-5} = opc2;
5657 imm0_7:$opc2), []>,
5677 bits<3> opc2;
5684 let Inst{7-5} = opc2;
[all …]
H A DARMInstrThumb2.td4620 bits<3> opc2;
4627 let Inst{7-5} = opc2;
4660 c_imm:$CRm, imm0_7:$opc2),
4662 timm:$CRm, timm:$opc2)]>,
4669 c_imm:$CRm, imm0_7:$opc2),
4671 timm:$CRm, timm:$opc2)]> {
4733 timm:$CRm, timm:$opc2)]> {
4740 bits<3> opc2;
4745 let Inst{7-5} = opc2;
4766 bits<3> opc2;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAVX512.td2945 multiclass avx512_mask_shiftop_w<bits<8> opc1, bits<8> opc2, string OpcodeStr,
2953 defm Q : avx512_mask_shiftop<opc2, !strconcat(OpcodeStr, "q"), VK64, OpNode,
2955 defm D : avx512_mask_shiftop<opc2, !strconcat(OpcodeStr, "d"), VK32, OpNode,
H A DX86InstrMMX.td51 multiclass MMXI_binop_rmi_int<bits<8> opc, bits<8> opc2, Format ImmForm,
65 def ri : MMXIi8<opc2, ImmForm, (outs VR64:$dst),
H A DX86InstrSSE.td3566 multiclass PDI_binop_rmi<bits<8> opc, bits<8> opc2, Format ImmForm,
3589 def ri : PDIi8<opc2, ImmForm, (outs RC:$dst),
3598 multiclass PDI_binop_rmi_all<bits<8> opc, bits<8> opc2, Format ImmForm,
3605 defm V#NAME : PDI_binop_rmi<opc, opc2, ImmForm, !strconcat("v", OpcodeStr),
3609 defm V#NAME#Y : PDI_binop_rmi<opc, opc2, ImmForm, !strconcat("v", OpcodeStr),
3614 defm NAME : PDI_binop_rmi<opc, opc2, ImmForm, OpcodeStr, OpNode, OpNode2,
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td208 multiclass F3R_2RUS<bits<5> opc1, bits<5> opc2, string OpcStr, SDNode OpNode> {
212 def _2rus : _F2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c),
217 multiclass F3R_2RUS_np<bits<5> opc1, bits<5> opc2, string OpcStr> {
220 def _2rus : _F2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c),
224 multiclass F3R_2RBITP<bits<5> opc1, bits<5> opc2, string OpcStr,
229 def _2rus : _F2RUSBitp<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c),
245 multiclass FL3R_L2RUS<bits<9> opc1, bits<9> opc2, string OpcStr,
250 def _l2rus : _FL2RUS<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c),
256 multiclass FL3R_L2RBITP<bits<9> opc1, bits<9> opc2, string OpcStr,
261 def _l2rus : _FL2RUSBitp<opc2, (outs GRRegs:$dst), (ins GRRegs:$b, i32imm:$c),