Searched refs:doAMode_RR (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 2532 static UChar* doAMode_RR ( UChar* p, UInt opc1, UInt opc2, in doAMode_RR() function 3212 p = doAMode_RR(p, 31, opc2, r_dst, am_addr, mode64); in emit_PPCInstr() 3306 p = doAMode_RR(p, 31, opc2, r_src, am_addr, mode64); in emit_PPCInstr() 3438 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64); in emit_PPCInstr() 3446 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64); in emit_PPCInstr()
|