Searched refs:f_reg (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | sparcv9-abi.c | 69 struct reg f_reg(struct reg x) { in f_reg() function
|
/external/valgrind/VEX/priv/ |
D | host_mips_defs.c | 3361 UInt f_reg = fregNo(i->Min.FpLdSt.reg, mode64); in emit_MIPSInstr() local 3364 p = doAMode_IR(p, 0x31, f_reg, am_addr, mode64); in emit_MIPSInstr() 3366 p = doAMode_RR(p, 0x31, f_reg, am_addr, mode64); in emit_MIPSInstr() 3369 p = doAMode_IR(p, 0x39, f_reg, am_addr, mode64); in emit_MIPSInstr() 3371 p = doAMode_RR(p, 0x39, f_reg, am_addr, mode64); in emit_MIPSInstr() 3374 UInt f_reg = dregNo(i->Min.FpLdSt.reg); in emit_MIPSInstr() local 3377 p = doAMode_IR(p, 0x35, f_reg, am_addr, mode64); in emit_MIPSInstr() 3379 p = doAMode_RR(p, 0x35, f_reg, am_addr, mode64); in emit_MIPSInstr() 3383 p = doAMode_IR(p, 0x3d, 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 | 4643 UInt f_reg = fregEnc(i->Pin.FpLdSt.reg); in emit_PPCInstr() local 4652 p = doAMode_RR(p, 31, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr() 4655 p = doAMode_IR(p, 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() 4663 p = doAMode_IR(p, opc, f_reg, am_addr, mode64, endness_host); in emit_PPCInstr()
|