Home
last modified time | relevance | path

Searched refs:cmode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1586 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local
1608 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmInstruction()
1614 Inst.addOperand(MCOperand::createImm((cmode & 1) ? 0x110 : 0x108)); in DecodeModImmInstruction()
1625 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
1634 Inst.addOperand(MCOperand::createImm((cmode & 6) << 2)); in DecodeModImmTiedInstruction()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/ARM/
H A Dinvalid-armv7.txt414 # VMOV cmode=0b1111 op=1 is UNDEFINED
419 # VMOV cmode=0b1111 op=1 is UNDEFINED
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp3800 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeMVEModImmInstruction() local
3804 imm |= cmode << 8; in DecodeMVEModImmInstruction()
6021 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local
6028 if (cmode == 0xF) { in DecodeVCVTD()
6033 if (cmode == 0xE) { in DecodeVCVTD()
6040 if (cmode == 0xD) { in DecodeVCVTD()
6047 if (cmode == 0xC) { in DecodeVCVTD()
6087 if (cmode == 0xF) { in DecodeVCVTQ()
6092 if (cmode == 0xE) { in DecodeVCVTQ()
6099 if (cmode == 0xD) { in DecodeVCVTQ()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td7973 class SIMDModifiedImmMoveMSL<bit Q, bit op, bits<4> cmode,
7980 let Inst{15-13} = cmode{3-1};
7984 class SIMDModifiedImmVectorNoShift<bit Q, bit op, bit op2, bits<4> cmode,
7990 let Inst{15-12} = cmode;
7993 class SIMDModifiedImmScalarNoShift<bit Q, bit op, bits<4> cmode, string asm,
7997 let Inst{15-12} = cmode;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrMVE.td2588 class MVE_mod_imm<string iname, string suffix, bits<4> cmode, bit op,
2602 let Inst{11-8} = cmode{3-0};