• Home
  • Raw
  • Download

Lines Matching defs:Val

1080 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val,  in DecodePredicateOperand()
1094 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1103 static DecodeStatus DecodeSOImmOperand(MCInst &Inst, unsigned Val, in DecodeSOImmOperand()
1112 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1149 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1184 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1219 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1243 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1268 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1545 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
2091 static DecodeStatus DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, in DecodeAddrModeImm12Operand()
2111 static DecodeStatus DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode5Operand()
2130 static DecodeStatus DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode7Operand()
2189 static DecodeStatus DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, in DecodeAddrMode6Operand()
3051 static DecodeStatus DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight8Imm()
3057 static DecodeStatus DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight16Imm()
3063 static DecodeStatus DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight32Imm()
3069 static DecodeStatus DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, in DecodeShiftRight64Imm()
3135 static DecodeStatus DecodeThumbBROperand(MCInst &Inst, unsigned Val, in DecodeThumbBROperand()
3143 static DecodeStatus DecodeT2BROperand(MCInst &Inst, unsigned Val, in DecodeT2BROperand()
3151 static DecodeStatus DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, in DecodeThumbCmpBROperand()
3159 static DecodeStatus DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeRR()
3174 static DecodeStatus DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeIS()
3188 static DecodeStatus DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, in DecodeThumbAddrModePC()
3198 static DecodeStatus DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, in DecodeThumbAddrModeSP()
3206 static DecodeStatus DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, in DecodeT2AddrModeSOReg()
3518 static DecodeStatus DecodeT2Imm8S4(MCInst &Inst, unsigned Val, in DecodeT2Imm8S4()
3532 static DecodeStatus DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8s4()
3547 static DecodeStatus DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val, in DecodeT2AddrModeImm0_1020s4()
3562 static DecodeStatus DecodeT2Imm8(MCInst &Inst, unsigned Val, in DecodeT2Imm8()
3575 static DecodeStatus DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm8()
3682 static DecodeStatus DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, in DecodeT2AddrModeImm12()
3768 static DecodeStatus DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, in DecodeThumbBLXOffset()
3792 static DecodeStatus DecodeCoprocessor(MCInst &Inst, unsigned Val, in DecodeCoprocessor()
3860 static DecodeStatus DecodeT2SOImm(MCInst &Inst, unsigned Val, in DecodeT2SOImm()
3892 DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val, in DecodeThumbBCCTargetOperand()
3900 static DecodeStatus DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, in DecodeThumbBLTargetOperand()
3923 static DecodeStatus DecodeMemBarrierOption(MCInst &Inst, unsigned Val, in DecodeMemBarrierOption()
3932 static DecodeStatus DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val, in DecodeInstSyncBarrierOption()
3941 static DecodeStatus DecodeMSRMask(MCInst &Inst, unsigned Val, in DecodeMSRMask()
4797 unsigned Val = fieldFromInstruction(Insn, 0, 8); in DecodeT2Adr() local
4806 static DecodeStatus DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, in DecodeT2ShifterImmOperand()
4913 static DecodeStatus DecodeLDR(MCInst &Inst, unsigned Val, in DecodeLDR()
4940 static DecodeStatus DecodeMRRC2(llvm::MCInst &Inst, unsigned Val, in DecodeMRRC2()