Searched defs:theInstr (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 3364 static Bool dis_int_arith ( UInt theInstr ) in dis_int_arith() 4001 static Bool dis_int_cmp ( UInt theInstr ) in dis_int_cmp() 4121 static Bool dis_int_logic ( UInt theInstr ) in dis_int_logic() 4499 static Bool dis_int_parity ( UInt theInstr ) in dis_int_parity() 4628 static Bool dis_int_rot ( UInt theInstr ) in dis_int_rot() 4878 static Bool dis_int_load ( UInt theInstr ) in dis_int_load() 5176 static Bool dis_int_store ( UInt theInstr, const VexAbiInfo* vbi ) in dis_int_store() 5401 static Bool dis_int_ldst_mult ( UInt theInstr ) in dis_int_ldst_mult() 5545 static Bool dis_int_ldst_str ( UInt theInstr, /*OUT*/Bool* stopHere ) in dis_int_ldst_str() 5713 static Bool dis_branch ( UInt theInstr, in dis_branch() [all …]
|
D | host_ppc_defs.c | 3128 UInt theInstr; in mkFormD() local 3141 UInt theInstr; in mkFormMD() local 3158 UInt theInstr; in mkFormX() local 3174 UInt theInstr; in mkFormXO() local 3190 UInt theInstr; in mkFormXL() local 3206 UInt theInstr; in mkFormXFX() local 3232 UInt theInstr; in mkFormXFL() local 3243 UInt theInstr; in mkFormXS() local 3274 UInt theInstr; in mkFormB() local 3290 UInt theInstr; in mkFormM() local [all …]
|
D | host_mips_defs.c | 2118 UInt theInstr; in mkFormI() local 2139 UInt theInstr; in mkFormR() local 2155 UInt theInstr; in mkFormS() local
|
D | guest_arm_toIR.c | 2815 UInt get_neon_d_regno(UInt theInstr) in get_neon_d_regno() 2829 UInt get_neon_n_regno(UInt theInstr) in get_neon_n_regno() 2843 UInt get_neon_m_regno(UInt theInstr) in get_neon_m_regno() 2857 Bool dis_neon_vext ( UInt theInstr, IRTemp condT ) in dis_neon_vext() 2905 Bool dis_neon_vtb ( UInt theInstr, IRTemp condT ) in dis_neon_vtb() 2985 Bool dis_neon_vdup ( UInt theInstr, IRTemp condT ) in dis_neon_vdup() 3039 Bool dis_neon_data_3same ( UInt theInstr, IRTemp condT ) in dis_neon_data_3same() 4826 Bool dis_neon_data_3diff ( UInt theInstr, IRTemp condT ) in dis_neon_data_3diff() 5243 Bool dis_neon_data_2reg_and_scalar ( UInt theInstr, IRTemp condT ) in dis_neon_data_2reg_and_scalar() 5901 Bool dis_neon_data_2reg_and_shift ( UInt theInstr, IRTemp condT ) in dis_neon_data_2reg_and_shift() [all …]
|
D | guest_mips_toIR.c | 1535 static Bool dis_instr_shrt ( UInt theInstr ) in dis_instr_shrt() 2066 static Bool dis_instr_branch ( UInt theInstr, DisResult * dres, in dis_instr_branch() 2235 static Bool dis_instr_CVM ( UInt theInstr ) in dis_instr_CVM()
|