Searched refs:asm_thumb_bcc_label (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmthumb.h | 333 void asm_thumb_bcc_label(asm_thumb_t *as, int cc, uint label); // convenience: picks narrow or wide… 375 asm_thumb_bcc_label(as, ASM_THUMB_CC_EQ, label); \ 380 asm_thumb_bcc_label(as, ASM_THUMB_CC_NE, label); \ 385 asm_thumb_bcc_label(as, ASM_THUMB_CC_EQ, label); \
|
A D | asmthumb.c | 527 void asm_thumb_bcc_label(asm_thumb_t *as, int cond, uint label) { in asm_thumb_bcc_label() function
|
Completed in 6 milliseconds