Searched refs:fCAST4_8u (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 198 "fCAST4_8u" { return CAST4_8U; }
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | shift.idef | 398 RdV = fSXTN(width,64,fBIDIR_LSHIFTR(fCAST4_8u(RsV),offset,4_8)); 408 RdV = fZXTN(width,64,fBIDIR_LSHIFTR(fCAST4_8u(RsV),offset,4_8)); 485 PdV = f8BITSOF((fCAST4_8u(RsV) & fBIDIR_LSHIFTL(1,fSXTN(7,32,RtV),4_8)) != 0); 491 PdV = f8BITSOF((fCAST4_8u(RsV) & fBIDIR_LSHIFTL(1,fSXTN(7,32,RtV),4_8)) == 0);
|
H A D | macros.def | 641 fCAST4_8u, /* macro name */
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 381 #define fCAST4_8u(A) ((uint64_t)((uint32_t)(A))) macro
|