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

/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c2340 UInt theInstr; local
2345 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2346 return emit32(p, theInstr);
2361 UInt theInstr; local
2368 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
2371 return emit32(p, theInstr);
2377 UInt theInstr; local
2385 theInstr = ((opc1 << 26) | (rRS << 21) | (rRT << 16) | (rRD << 11) |
2388 return emit32(p, theInstr);
H A Dhost_ppc_defs.c2967 UInt theInstr; local
2972 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) | (imm));
2973 return emit32(p, theInstr);
2979 UInt theInstr; local
2987 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
2990 return emit32(p, theInstr);
2996 UInt theInstr; local
3003 theInstr = ((opc1<<26) | (r1<<21) | (r2<<16) |
3005 return emit32(p, theInstr);
3011 UInt theInstr; local
3027 UInt theInstr; local
3042 UInt theInstr; local
3067 UInt theInstr; local
3077 UInt theInstr; local
3107 UInt theInstr; local
3122 UInt theInstr; local
3138 UInt theInstr; local
3154 UInt theInstr; local
3169 UInt theInstr; local
3494 UInt theInstr; local
3507 UInt theInstr; local
3522 UInt theInstr; local
[all...]
H A Dguest_arm_toIR.c2822 UInt get_neon_d_regno(UInt theInstr) argument
2824 UInt x = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF);
2825 if (theInstr & 0x40) {
2836 UInt get_neon_n_regno(UInt theInstr) argument
2838 UInt x = ((theInstr >> 3) & 0x10) | ((theInstr >> 16) & 0xF);
2839 if (theInstr & 0x40) {
2850 UInt get_neon_m_regno(UInt theInstr) argument
2852 UInt x = ((theInstr >>
2864 dis_neon_vext( UInt theInstr, IRTemp condT ) argument
2887 dis_neon_vtb( UInt theInstr, IRTemp condT ) argument
2967 dis_neon_vdup( UInt theInstr, IRTemp condT ) argument
3021 dis_neon_data_3same( UInt theInstr, IRTemp condT ) argument
4815 dis_neon_data_3diff( UInt theInstr, IRTemp condT ) argument
5236 dis_neon_data_2reg_and_scalar( UInt theInstr, IRTemp condT ) argument
5902 dis_neon_data_2reg_and_shift( UInt theInstr, IRTemp condT ) argument
6626 dis_neon_data_2reg_misc( UInt theInstr, IRTemp condT ) argument
7657 dis_neon_data_1reg_and_imm( UInt theInstr, IRTemp condT ) argument
7788 dis_neon_data_processing( UInt theInstr, IRTemp condT ) argument
7948 dis_neon_load_or_store( UInt theInstr, Bool isT, IRTemp condT ) argument
[all...]
H A Dguest_ppc_toIR.c2990 static Bool dis_int_arith ( UInt theInstr )
2993 UChar opc1 = ifieldOPC(theInstr);
2994 UChar rD_addr = ifieldRegDS(theInstr);
2995 UChar rA_addr = ifieldRegA(theInstr);
2996 UInt uimm16 = ifieldUIMM16(theInstr);
2997 UChar rB_addr = ifieldRegB(theInstr);
2998 UChar flag_OE = ifieldBIT10(theInstr);
2999 UInt opc2 = ifieldOPClo9(theInstr);
3000 UChar flag_rC = ifieldBIT0(theInstr);
3627 static Bool dis_int_cmp ( UInt theInstr )
4761 dis_int_store( UInt theInstr, VexAbiInfo* vbi ) argument
5091 dis_int_ldst_str( UInt theInstr, Bool* stopHere ) argument
5259 dis_branch( UInt theInstr, VexAbiInfo* vbi, DisResult* dres, Bool (*resteerOkFn)(void*,Addr64), void* callback_opaque ) argument
5656 dis_trapi( UInt theInstr, DisResult* dres ) argument
5707 dis_trap( UInt theInstr, DisResult* dres ) argument
5765 dis_syslink( UInt theInstr, VexAbiInfo* abiinfo, DisResult* dres ) argument
6635 dis_cache_manage( UInt theInstr, DisResult* dres, VexArchInfo* guest_archinfo ) argument
8475 dis_fp_scr( UInt theInstr, Bool GX_level ) argument
9294 dis_dfp_arith(UInt theInstr) argument
9352 dis_dfp_arithq(UInt theInstr) argument
9410 dis_dfp_shift(UInt theInstr) argument
9447 dis_dfp_shiftq(UInt theInstr) argument
9484 dis_dfp_fmt_conv(UInt theInstr) argument
9543 dis_dfp_fmt_convq(UInt theInstr) argument
9639 dis_dfp_roundq(UInt theInstr) argument
9680 dis_dfp_quantize_sig_rrnd(UInt theInstr) argument
9764 dis_dfp_quantize_sig_rrndq(UInt theInstr) argument
9849 dis_dfp_extract_insert(UInt theInstr) argument
9890 dis_dfp_extract_insertq(UInt theInstr) argument
9937 dis_dfp_compare(UInt theInstr) argument
10654 dis_dfp_bcd(UInt theInstr) argument
11620 dis_vx_conv( UInt theInstr, UInt opc2 ) argument
12060 dis_vxv_dp_arith( UInt theInstr, UInt opc2 ) argument
12303 dis_vxv_sp_arith( UInt theInstr, UInt opc2 ) argument
12901 dis_vxv_misc( UInt theInstr, UInt opc2 ) argument
13369 dis_vxs_arith( UInt theInstr, UInt opc2 ) argument
13556 dis_vx_cmp( UInt theInstr, UInt opc2 ) argument
13680 dis_vvec_cmp( UInt theInstr, UInt opc2 ) argument
13776 dis_vxs_misc( UInt theInstr, UInt opc2 ) argument
13934 dis_vx_logic( UInt theInstr, UInt opc2 ) argument
14158 dis_vx_permute_misc( UInt theInstr, UInt opc2 ) argument
16484 UInt theInstr; local
[all...]

Completed in 231 milliseconds