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

ARMV8_MOV_GPR_VFP macro

Syntax

#define ARMV8_MOV_GPR_VFP(rd, rn, index) (0x4e083c00 | (index << 20) | (rn << 5) | rd)

Arguments

rd

rn

index

References

LocationText
armv8_opcodes.h:173
#define ARMV8_MOV_GPR_VFP(rd, rn, index) (0x4e083c00 | (index << 20) | (rn << 5) | rd)
armv8.c:421
ARMV8_MOV_GPR_VFP(0, (regnum - ARMV8_V0), 1), hvalue);
armv8.c:425
ARMV8_MOV_GPR_VFP(0, (regnum - ARMV8_V0), 0), lvalue);