Searched refs:imm64_to_ireg (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_defs.c | 2950 static UInt* imm64_to_ireg ( UInt* p, Int xD, ULong imm64 ) in imm64_to_ireg() function 3464 p = imm64_to_ireg( p, iregEnc(i->ARM64in.Imm64.dst), in emit_ARM64Instr() 3517 p = imm64_to_ireg(p, /*x*/9, i->ARM64in.XDirect.dstGA); in emit_ARM64Instr() 3577 p = imm64_to_ireg(p, /*x*/9, (Addr)disp_cp_xindir); in emit_ARM64Instr() 3640 p = imm64_to_ireg(p, /*x*/21, (ULong)trcval); in emit_ARM64Instr() 3644 p = imm64_to_ireg(p, /*x*/9, (Addr)disp_cp_xassisted); in emit_ARM64Instr() 3696 p = imm64_to_ireg( (UInt*)p, /*x*/9, (ULong)i->ARM64in.Call.target ); in emit_ARM64Instr()
|