Searched refs:GETTYPE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/hexagon/imported/ |
H A D | alu.idef | 1188 #define VRMINORMAX(TAG,STR,OP,SHORTTYPE,SETTYPE,GETTYPE,NEL,SHIFT) \ 1193 TAG = fGET##GETTYPE(0,RxxV); \ 1196 if (TAG OP fGET##GETTYPE(i,RssV)) { \ 1197 TAG = fGET##GETTYPE(i,RssV); \ 1205 #define RMINMAX(SHORTTYPE,SETTYPE,GETTYPE,NEL,SHIFT) \ 1206 VRMINORMAX(min,"minimum",>,SHORTTYPE,SETTYPE,GETTYPE,NEL,SHIFT) \ 1207 VRMINORMAX(max,"maximum",<,SHORTTYPE,SETTYPE,GETTYPE,NEL,SHIFT) 1222 #define VMINORMAX(TAG,STR,FUNC,SHORTTYPE,SETTYPE,GETTYPE,NEL) \ 1228 fSET##SETTYPE(i,RddV,FUNC(fGET##GETTYPE(i,RttV),fGET##GETTYPE(i,RssV))); \ 1232 #define VMINORMAX3(TAG,STR,FUNC,SHORTTYPE,SETTYPE,GETTYPE,NEL) \ [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 102 #define GETTYPE(t) ((t) & INSTR_TYPE_MASK) macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 144 *type = GETTYPE(op.type); in wp_get_instr_detail()
|
H A D | align.c | 347 type = GETTYPE(op.type); in fix_alignment()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 3118 switch (GETTYPE(op->type)) { in analyse_instr() 3132 if ((GETTYPE(op->type) == LOAD_VSX || in analyse_instr() 3133 GETTYPE(op->type) == STORE_VSX) && in analyse_instr() 3231 switch (GETTYPE(op->type)) { in emulate_update_regs() 3331 type = GETTYPE(op->type); in emulate_loadstore() 3593 type = GETTYPE(op.type); in emulate_step()
|
H A D | test_emulate_step.c | 1613 if (analysed != 1 || GETTYPE(op.type) != COMPUTE) { in emulate_compute_instr()
|