Searched refs:llGetFReg_up_to_64 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 879 static IRExpr* llGetFReg_up_to_64 ( UInt fregNo ) in llGetFReg_up_to_64() function 13833 assign(r0, binop(op, llGetFReg_up_to_64(nnF+0), in decode_V8_instruction() 13834 llGetFReg_up_to_64(mmF+0))); in decode_V8_instruction() 13835 assign(r1, binop(op, llGetFReg_up_to_64(nnF+1), in decode_V8_instruction() 13836 llGetFReg_up_to_64(mmF+1))); in decode_V8_instruction() 13838 assign(r2, binop(op, llGetFReg_up_to_64(nnF+2), in decode_V8_instruction() 13839 llGetFReg_up_to_64(mmF+2))); in decode_V8_instruction() 13840 assign(r3, binop(op, llGetFReg_up_to_64(nnF+3), in decode_V8_instruction() 13841 llGetFReg_up_to_64(mmF+3))); in decode_V8_instruction() 13920 llGetFReg_up_to_64(mmF+0))))); in decode_V8_instruction() [all …]
|