Searched refs:doAMode_RR (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.c | 2431 static UChar *doAMode_RR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, in doAMode_RR() function 3405 p = doAMode_RR(p, opc, r_dst, am_addr, mode64); in emit_MIPSInstr() 3462 p = doAMode_RR(p, opc, r_src, am_addr, mode64); in emit_MIPSInstr() 3507 p = doAMode_RR(p, 0x31, f_reg, am_addr, mode64); in emit_MIPSInstr() 3512 p = doAMode_RR(p, 0x39, f_reg, am_addr, mode64); in emit_MIPSInstr() 3527 p = doAMode_RR(p, 0x35, f_reg, am_addr, mode64); in emit_MIPSInstr() 3529 p = doAMode_RR(p, 0x31, f_reg, am_addr, mode64); in emit_MIPSInstr() 3530 p = doAMode_RR(p, 0x31, f_reg + 1, in emit_MIPSInstr() 3545 p = doAMode_RR(p, 0x3d, f_reg, am_addr, mode64); in emit_MIPSInstr() 3547 p = doAMode_RR(p, 0x39, f_reg, am_addr, mode64); in emit_MIPSInstr() [all …]
|
D | host_ppc_defs.c | 3202 static UChar* doAMode_RR ( UChar* p, UInt opc1, UInt opc2, in doAMode_RR() function 4189 p = doAMode_RR(p, 31, opc2, r_dst, am_addr, mode64); in emit_PPCInstr() 4283 p = doAMode_RR(p, 31, opc2, r_src, am_addr, mode64); in emit_PPCInstr() 4415 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64); in emit_PPCInstr() 4423 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64); in emit_PPCInstr()
|