Home
last modified time | relevance | path

Searched refs:asm_arm_sub_reg_reg_reg (Results 1 – 2 of 2) sorted by path

/dports/lang/micropython/micropython-1.17/py/
H A Dasmarm.c236 void asm_arm_sub_reg_reg_reg(asm_arm_t *as, uint rd, uint rn, uint rm) { in asm_arm_sub_reg_reg_reg() function
H A Dasmarm.h98 void asm_arm_sub_reg_reg_reg(asm_arm_t *as, uint rd, uint rn, uint rm);
199 #define ASM_SUB_REG_REG(as, reg_dest, reg_src) asm_arm_sub_reg_reg_reg((as), (reg_dest), (reg_dest)…