Searched refs:size4s_t (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | macros.def | 593 ((size4s_t)(A)), /* behavior */ 623 ((size4s_t)(A)), 636 ((size8s_t)((size4s_t)(A))), 683 ((size4s_t)((size2s_t)(A))), /* behavior */ 695 ( (size8s_t)((size4s_t)(A)) ), /* behavior */ 707 ((size4s_t)((size1s_t)(A))), 713 ((size4s_t)((size1u_t)(A))), 804 { size4s_t maxv = (1<<U)-1; 805 size4s_t minv = -(1<<U); 967 ((((size4s_t)((fSAT(A)) ^ ((size4s_t)(ORIG_REG)))) < 0) ? [all …]
|
H A D | float.idef | 44 fHIDE(size4s_t tmp;) 56 { fFPSETROUND_NEAREST(); fHIDE(int infinp; int infminusinf; size4s_t tmp;) 71 { fFPSETROUND_NEAREST(); fHIDE(int infinp; int infminusinf; size4s_t tmp;)
|
H A D | shift.idef | 34 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 41 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 48 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 55 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 80 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 87 fHIDE(size4s_t) shamt=fSXTN(7,32,RtV);\ 171 fHIDE(size4s_t) shamt = fSXTN(7,32,RtV);
|
H A D | ldst.idef | 292 …Y,A_RESTRICT_NOSLOT1_STORE),DESCR,{fIMMEXT(uiV); fEA_RI(RsV,uiV); fHIDE(size4s_t tmp;) fLOAD(1,4,s… 293 …Y,A_RESTRICT_NOSLOT1_STORE),DESCR,{fIMMEXT(uiV); fEA_RI(RsV,uiV); fHIDE(size4s_t tmp;) fLOAD(1,1,s… 294 …Y,A_RESTRICT_NOSLOT1_STORE),DESCR,{fIMMEXT(uiV); fEA_RI(RsV,uiV); fHIDE(size4s_t tmp;) fLOAD(1,2,s…
|
H A D | alu.idef | 1173 fHIDE(size4s_t tmp;) 1192 fHIDE(int i; size8s_t TAG; size4s_t addr;) \
|
/openbmc/qemu/target/hexagon/ |
H A D | hex_arch_types.h | 33 typedef int32_t size4s_t; typedef
|
H A D | op_helper.c | 1195 size4s_t tmp; in HELPER()
|