Searched refs:b11100 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrFormats.td | 240 let Inst{21-17} = 0b11100; 292 let Inst{21-17} = 0b11100; 344 let Inst{21-17} = 0b11100;
|
D | Mips16InstrFormats.td | 261 let Opcode = 0b11100; 461 bits<5> RRR = 0b11100;
|
D | MipsDSPInstrInfo.td | 123 class PRECEU_PH_QBL_ENC : ABSQ_S_PH_R2_FMT<0b11100>; 145 class MULEQ_S_W_PHL_ENC : ADDU_QB_FMT<0b11100>; 191 class BPOSGE32_ENC : BPOSGE32_FMT<0b11100>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 283 def VADDD : ADbI<0b11100, 0b11, 0, 0, 289 def VADDS : ASbIn<0b11100, 0b11, 0, 0, 299 def VSUBD : ADbI<0b11100, 0b11, 1, 0, 305 def VSUBS : ASbIn<0b11100, 0b11, 1, 0, 327 def VMULD : ADbI<0b11100, 0b10, 0, 0, 333 def VMULS : ASbIn<0b11100, 0b10, 0, 0, 342 def VNMULD : ADbI<0b11100, 0b10, 1, 0, 347 def VNMULS : ASbI<0b11100, 0b10, 1, 0, 359 def S : ASbInp<0b11100, opc, 0, 365 def D : ADbInp<0b11100, opc, 0, [all …]
|
D | ARMInstrThumb2.td | 2430 let Inst{24-20} = 0b11100;
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2707 defm FCVTAS : SIMDTwoVectorFPToInt<0,0,0b11100, "fcvtas",int_aarch64_neon_fcvtas>; 2708 defm FCVTAU : SIMDTwoVectorFPToInt<1,0,0b11100, "fcvtau",int_aarch64_neon_fcvtau>; 2814 defm URECPE : SIMDTwoVectorS<0, 1, 0b11100, "urecpe", int_aarch64_neon_urecpe>; 2815 defm URSQRTE: SIMDTwoVectorS<1, 1, 0b11100, "ursqrte", int_aarch64_neon_ursqrte>; 3267 defm FCVTAS : SIMDFPTwoScalar< 0, 0, 0b11100, "fcvtas">; 3268 defm FCVTAU : SIMDFPTwoScalar< 1, 0, 0b11100, "fcvtau">; 4583 defm SCVTF : SIMDFPScalarRShift<0, 0b11100, "scvtf">; 4584 defm UCVTF : SIMDFPScalarRShift<1, 0b11100, "ucvtf">; 4657 defm SCVTF: SIMDVectorRShiftToFP<0, 0b11100, "scvtf", 4692 defm UCVTF : SIMDVectorRShiftToFP<1, 0b11100, "ucvtf",
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 6150 const UChar b11100 = 0x1C; in do_trap() local 6162 if ((TO & b11100) == b11100 || (TO & b00111) == b00111) { in do_trap()
|