ARMV8_MOV_VFP_GPR is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ARMV8_MOV_VFP_GPR macro

Syntax

#define ARMV8_MOV_VFP_GPR(rd, rn, index) (0x4e081c00 | (index << 20) | (rn << 5) | rd)

Arguments

rd

rn

index

References

LocationText
armv8_opcodes.h:174
#define ARMV8_MOV_VFP_GPR(rd, rn, index) (0x4e081c00 | (index << 20) | (rn << 5) | rd)
armv8.c:575
ARMV8_MOV_VFP_GPR((regnum - ARMV8_V0), 0, 1), hvalue);
armv8.c:579
ARMV8_MOV_VFP_GPR((regnum - ARMV8_V0), 0, 0), lvalue);