Home
last modified time | relevance | path

Searched refs:op2 (Results 1 – 1 of 1) sorted by relevance

/hal_xtensa-latest/src/hal/
Ddebug.c155 unsigned char op0, op1, op2; in xthal_inst_type() local
164 op2 = (inst>>16)&0xf; in xthal_inst_type()
178 op2 = (inst&0xf00000)>>20; in xthal_inst_type()
190 if ((op1==0)&&(op2==0)) in xthal_inst_type()