Searched refs:insn_length (Results 1 – 3 of 3) sorted by relevance
1577 UInt insn_length = ((((byte >> 6) + 1) >> 1) + 1) << 1; in VG_() local1578 Addr next_insn_addr = addr + insn_length; in VG_()
1870 Int insn_length = ((((byte >> 6) + 1) >> 1) + 1) << 1; in default_action() local1872 first_ip_delta = -insn_length; in default_action()
16718 s390_decode_and_irgen(const UChar *bytes, UInt insn_length, DisResult *dres) in s390_decode_and_irgen() argument16735 insn_length = S390_SPECIAL_OP_PREAMBLE_SIZE + S390_SPECIAL_OP_SIZE; in s390_decode_and_irgen()16736 guest_IA_next_instr = guest_IA_curr_instr + insn_length; in s390_decode_and_irgen()16742 switch (insn_length) { in s390_decode_and_irgen()16761 if (dis_res->whatNext == Dis_Continue && bytes[insn_length] == 0x44) { in s390_decode_and_irgen()16767 if (status == S390_DECODE_OK) return insn_length; /* OK */ in s390_decode_and_irgen()16794 if (insn_length > 2) { in s390_decode_and_irgen()16797 if (insn_length > 4) { in s390_decode_and_irgen()16812 UInt insn_length; in disInstr_S390_WRK() local16824 insn_length = ((((byte >> 6) + 1) >> 1) + 1) << 1; in disInstr_S390_WRK()[all …]