Searched refs:fFRAME_SCRAMBLE (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.lex | 161 "fFRAME_SCRAMBLE" |
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 536 #define fFRAME_SCRAMBLE(VAL) ((VAL) ^ (fCAST8u(fGET_FRAMEKEY()) << 32)) macro 537 #define fFRAME_UNSCRAMBLE(VAL) fFRAME_SCRAMBLE(VAL)
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | subinsns.idef | 149 { fEA_RI(fREAD_SP(),-8); fSTORE(1,8,EA,fFRAME_SCRAMBLE((fCAST8_8u(fREAD_LR()) << 32) | fCAST4_4u(f…
|
| H A D | macros.def | 1351 DEF_MACRO(fFRAME_SCRAMBLE, 1357 fFRAME_SCRAMBLE(VAL),
|
| H A D | ldst.idef | 127 { fEA_RI(RxV,-8); fSTORE(1,8,EA,fFRAME_SCRAMBLE((fCAST8_8u(fREAD_LR()) << 32) | fCAST4_4u(fREAD_FP(…
|