Searched defs:theInstr (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c2452 UInt theInstr; local
2457 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2458 return emit32(p, theInstr);
2473 UInt theInstr; local
2480 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
2483 return emit32(p, theInstr);
2489 UInt theInstr; local
2497 theInstr = ((opc1 << 26) | (rRS << 21) | (rRT << 16) | (rRD << 11) |
2500 return emit32(p, theInstr);
H A Dguest_mips_toIR.c1529 static Bool dis_instr_shrt ( UInt theInstr )
1531 UInt opc2 = get_function(theInstr);
1532 UChar regRs = get_rs(theInstr);
1533 UChar regRt = get_rt(theInstr);
1534 UChar regRd = get_rd(theInstr);
1535 UChar uImmsa = get_sa(theInstr);
2060 static Bool dis_instr_branch ( UInt theInstr, DisResult * dres, argument
2065 UChar opc1 = get_opcode(theInstr);
2066 UChar regRs = get_rs(theInstr);
2067 UChar regRt = get_rt(theInstr);
[all...]
H A Dhost_ppc_defs.c3146 UInt theInstr; local
3151 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (imm));
3152 return emit32(p, theInstr);
3158 UInt theInstr; local
3166 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3169 return emit32(p, theInstr);
3175 UInt theInstr; local
3182 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3184 return emit32(p, theInstr);
3190 UInt theInstr; local
3206 UInt theInstr; local
3221 UInt theInstr; local
3246 UInt theInstr; local
3256 UInt theInstr; local
3286 UInt theInstr; local
3301 UInt theInstr; local
3317 UInt theInstr; local
3333 UInt theInstr; local
3348 UInt theInstr; local
3673 UInt theInstr; local
3686 UInt theInstr; local
3701 UInt theInstr; local
[all...]
H A Dguest_arm_toIR.c2815 UInt get_neon_d_regno(UInt theInstr) argument
2817 UInt x = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
2818 if (theInstr & 0x40) {
2829 UInt get_neon_n_regno(UInt theInstr) argument
2831 UInt x = ((theInstr >> 3) & 0x10) | ((theInstr >> 16) & 0xF);
2832 if (theInstr & 0x40) {
2843 UInt get_neon_m_regno(UInt theInstr) argument
2845 UInt x = ((theInstr >>
2857 dis_neon_vext( UInt theInstr, IRTemp condT ) argument
2905 dis_neon_vtb( UInt theInstr, IRTemp condT ) argument
2985 dis_neon_vdup( UInt theInstr, IRTemp condT ) argument
3039 dis_neon_data_3same( UInt theInstr, IRTemp condT ) argument
4824 dis_neon_data_3diff( UInt theInstr, IRTemp condT ) argument
5241 dis_neon_data_2reg_and_scalar( UInt theInstr, IRTemp condT ) argument
5899 dis_neon_data_2reg_and_shift( UInt theInstr, IRTemp condT ) argument
6619 dis_neon_data_2reg_misc( UInt theInstr, IRTemp condT ) argument
7644 dis_neon_data_1reg_and_imm( UInt theInstr, IRTemp condT ) argument
7775 dis_neon_data_processing( UInt theInstr, IRTemp condT ) argument
8324 dis_neon_load_or_store( UInt theInstr, Bool isT, IRTemp condT ) argument
[all...]
H A Dguest_ppc_toIR.c3208 static Bool dis_int_arith ( UInt theInstr )
3211 UChar opc1 = ifieldOPC(theInstr);
3212 UChar rD_addr = ifieldRegDS(theInstr);
3213 UChar rA_addr = ifieldRegA(theInstr);
3214 UInt uimm16 = ifieldUIMM16(theInstr);
3215 UChar rB_addr = ifieldRegB(theInstr);
3216 UChar flag_OE = ifieldBIT10(theInstr);
3217 UInt opc2 = ifieldOPClo9(theInstr);
3218 UChar flag_rC = ifieldBIT0(theInstr);
3845 static Bool dis_int_cmp ( UInt theInstr )
5013 dis_int_store( UInt theInstr, VexAbiInfo* vbi ) argument
5374 dis_int_ldst_str( UInt theInstr, Bool* stopHere ) argument
5542 dis_branch( UInt theInstr, VexAbiInfo* vbi, DisResult* dres, Bool (*resteerOkFn)(void*,Addr64), void* callback_opaque ) argument
5939 dis_trapi( UInt theInstr, DisResult* dres ) argument
5990 dis_trap( UInt theInstr, DisResult* dres ) argument
6048 dis_syslink( UInt theInstr, VexAbiInfo* abiinfo, DisResult* dres ) argument
7136 dis_cache_manage( UInt theInstr, DisResult* dres, VexArchInfo* guest_archinfo ) argument
9039 dis_fp_scr( UInt theInstr, Bool GX_level ) argument
9858 dis_dfp_arith(UInt theInstr) argument
9916 dis_dfp_arithq(UInt theInstr) argument
9974 dis_dfp_shift(UInt theInstr) argument
10011 dis_dfp_shiftq(UInt theInstr) argument
10048 dis_dfp_fmt_conv(UInt theInstr) argument
10114 dis_dfp_fmt_convq(UInt theInstr) argument
10223 dis_dfp_roundq(UInt theInstr) argument
10264 dis_dfp_quantize_sig_rrnd(UInt theInstr) argument
10358 dis_dfp_quantize_sig_rrndq(UInt theInstr) argument
10453 dis_dfp_extract_insert(UInt theInstr) argument
10499 dis_dfp_extract_insertq(UInt theInstr) argument
10550 dis_dfp_compare(UInt theInstr) argument
11259 dis_dfp_bcd(UInt theInstr) argument
12223 dis_vx_conv( UInt theInstr, UInt opc2 ) argument
12721 dis_vxv_dp_arith( UInt theInstr, UInt opc2 ) argument
12964 dis_vxv_sp_arith( UInt theInstr, UInt opc2 ) argument
13290 dis_av_count_bitTranspose( UInt theInstr, UInt opc2 ) argument
13754 dis_vxv_misc( UInt theInstr, UInt opc2 ) argument
14221 dis_vxs_arith( UInt theInstr, UInt opc2 ) argument
14550 dis_vx_cmp( UInt theInstr, UInt opc2 ) argument
14674 dis_vvec_cmp( UInt theInstr, UInt opc2 ) argument
14770 dis_vxs_misc( UInt theInstr, UInt opc2 ) argument
14980 dis_vx_logic( UInt theInstr, UInt opc2 ) argument
15284 dis_vx_permute_misc( UInt theInstr, UInt opc2 ) argument
18077 dis_transactional_memory( UInt theInstr, UInt nextInstr, VexAbiInfo* vbi, DisResult* dres, Bool (*resteerOkFn)(void*,Addr64), void* callback_opaque ) argument
18495 UInt theInstr; local
[all...]

Completed in 3215 milliseconds