• Home
  • Raw
  • Download

Lines Matching refs:_bMin

276 #define SLICE_UInt(_uint,_bMax,_bMin) \  argument
277 (( ((UInt)(_uint)) >> (_bMin)) \
278 & (UInt)((1ULL << ((_bMax) - (_bMin) + 1)) - 1ULL))
5304 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) in dis_neon_data_2reg_and_scalar() argument
8388 # define INSN(_bMax,_bMin) SLICE_UInt(theInstr, (_bMax), (_bMin)) in dis_neon_load_or_store() argument
8904 # define INSN(_bMax,_bMin) SLICE_UInt(insn32, (_bMax), (_bMin)) in decode_NEON_instruction_ARMv7_and_below() argument
8992 # define INSNA(_bMax,_bMin) SLICE_UInt(insnv6m, (_bMax), (_bMin)) in decode_V6MEDIA_instruction() argument
8993 # define INSNT0(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 16) & 0xFFFF), \ in decode_V6MEDIA_instruction() argument
8994 (_bMax), (_bMin) ) in decode_V6MEDIA_instruction()
8995 # define INSNT1(_bMax,_bMin) SLICE_UInt( ((insnv6m >> 0) & 0xFFFF), \ in decode_V6MEDIA_instruction() argument
8996 (_bMax), (_bMin) ) in decode_V6MEDIA_instruction()
12707 # define INSN(_bMax,_bMin) SLICE_UInt(insnv8, (_bMax), (_bMin)) in decode_V8_instruction() argument
14280 # define INSN(_bMax,_bMin) SLICE_UInt(insn28, (_bMax), (_bMin)) in decode_CP10_CP11_instruction() argument
15928 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) in decode_NV_instruction_ARMv7_and_below() argument
16088 # define INSN(_bMax,_bMin) SLICE_UInt(insn, (_bMax), (_bMin)) in disInstr_ARM_WRK() argument
18974 # define INSN0(_bMax,_bMin) SLICE_UInt(((UInt)insn0), (_bMax), (_bMin)) in disInstr_THUMB_WRK() argument
20721 # define INSN1(_bMax,_bMin) SLICE_UInt(((UInt)insn1), (_bMax), (_bMin)) in disInstr_THUMB_WRK() argument