Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Dasmxtensa.c155 asm_xtensa_op_bccz(as, cond, reg, rel); in asm_xtensa_bccz_reg_label()
H A Dasmxtensa.h154 static inline void asm_xtensa_op_bccz(asm_xtensa_t *as, uint cond, uint reg_src, int32_t rel12) { in asm_xtensa_op_bccz() function