Searched refs:inst (Results 1 – 3 of 3) sorted by relevance
69 unsigned inst; in xthal_set_soft_break() local74 inst = ((((char *)addr)[0])<<24) + in xthal_set_soft_break()78 inst = ((((char *)addr)[0])) + in xthal_set_soft_break()84 ret_val = XTHAL_24_BIT_BREAK & ((inst>>8)&0xffffff); in xthal_set_soft_break()89 ret_val = XTHAL_16_BIT_BREAK & ((inst>>16)&0xffff); in xthal_set_soft_break()95 ret_val = XTHAL_24_BIT_BREAK & (inst&0xffffff); in xthal_set_soft_break()100 ret_val = XTHAL_16_BIT_BREAK & (inst&0xffff); in xthal_set_soft_break()105 *((unsigned int *)addr) = inst; in xthal_set_soft_break()118 xthal_remove_soft_break(void *addr, unsigned int inst) in xthal_remove_soft_break() argument121 if (inst&XTHAL_24_BIT_BREAK) { in xthal_remove_soft_break()[all …]
1042 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=01050 \inst \reg, \ptr, .Laofs_+\offset
948 .macro xchal_atmps_loadstore inst ptr offset nreq aa=0 ab=0 ac=0 ad=0956 \inst \reg, \ptr, .Laofs_+\offset