Searched refs:doAMode_RR (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.c | 2209 static UChar *doAMode_RR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, in doAMode_RR() function 3226 p = doAMode_RR(p, opc, r_dst, am_addr, mode64); in emit_MIPSInstr() 3283 p = doAMode_RR(p, opc, r_src, am_addr, mode64); in emit_MIPSInstr() 3366 p = doAMode_RR(p, 0x31, f_reg, am_addr, mode64); in emit_MIPSInstr() 3371 p = doAMode_RR(p, 0x39, f_reg, am_addr, mode64); in emit_MIPSInstr() 3379 p = doAMode_RR(p, 0x35, f_reg, am_addr, mode64); in emit_MIPSInstr() 3385 p = doAMode_RR(p, 0x3d, f_reg, am_addr, mode64); in emit_MIPSInstr()
|
D | host_ppc_defs.c | 3373 static UChar* doAMode_RR ( UChar* p, UInt opc1, UInt opc2, in doAMode_RR() function 4400 p = doAMode_RR(p, 31, opc2, r_dst, am_addr, mode64, endness_host); in emit_PPCInstr() 4505 p = doAMode_RR(p, 31, opc2, r_src, am_addr, mode64, endness_host); in emit_PPCInstr() 4652 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr() 4660 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()
|