Searched refs:imm12 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmxtensa.h | 102 #define ASM_XTENSA_ENCODE_BRI12(op0, s, m, n, imm12) \ argument 103 (((imm12) << 12) | ((s) << 8) | ((m) << 6) | ((n) << 4) | (op0)) 202 static inline void asm_xtensa_op_movi(asm_xtensa_t *as, uint reg_dest, int32_t imm12) { in asm_xtensa_op_movi() argument 203 asm_xtensa_op24(as, ASM_XTENSA_ENCODE_RRI8(2, 10, (imm12 >> 8) & 0xf, reg_dest, imm12 & 0xff)); in asm_xtensa_op_movi()
|
A D | asmthumb.c | 57 #define OP_LDR_W_LO(reg_dest, imm12) ((reg_dest) << 12 | (imm12)) argument
|
Completed in 5 milliseconds