Lines Matching refs:theInstr
1535 static Bool dis_instr_shrt ( UInt theInstr ) in dis_instr_shrt() argument
1537 UInt opc2 = get_function(theInstr); in dis_instr_shrt()
1538 UChar regRs = get_rs(theInstr); in dis_instr_shrt()
1539 UChar regRt = get_rt(theInstr); in dis_instr_shrt()
1540 UChar regRd = get_rd(theInstr); in dis_instr_shrt()
1541 UChar uImmsa = get_sa(theInstr); in dis_instr_shrt()
2066 static Bool dis_instr_branch ( UInt theInstr, DisResult * dres, in dis_instr_branch() argument
2071 UChar opc1 = get_opcode(theInstr); in dis_instr_branch()
2072 UChar regRs = get_rs(theInstr); in dis_instr_branch()
2073 UChar regRt = get_rt(theInstr); in dis_instr_branch()
2074 UInt offset = get_imm(theInstr); in dis_instr_branch()
2235 static Bool dis_instr_CVM ( UInt theInstr ) in dis_instr_CVM() argument
2237 UChar opc2 = get_function(theInstr); in dis_instr_CVM()
2238 UChar opc1 = get_opcode(theInstr); in dis_instr_CVM()
2239 UChar regRs = get_rs(theInstr); in dis_instr_CVM()
2240 UChar regRt = get_rt(theInstr); in dis_instr_CVM()
2241 UChar regRd = get_rd(theInstr); in dis_instr_CVM()
2245 UInt imm = get_code(theInstr); in dis_instr_CVM()
2246 UChar lenM1 = get_msb(theInstr); in dis_instr_CVM()
2247 UChar p = get_lsb(theInstr); in dis_instr_CVM()
2295 UInt opc3 = get_sa(theInstr); in dis_instr_CVM()
2420 vex_printf("Instruction=0x%08x\n", theInstr); in dis_instr_CVM()
2633 switch (get_sa(theInstr)) { in dis_instr_CVM()
2700 get_sa(theInstr)); in dis_instr_CVM()