Searched refs:asm_adduleb128 (Results 1 – 7 of 7) sorted by relevance
14 asm_adduleb128;
41 asm_adduleb128 (AsmScn_t *asmscn, uint32_t num) in asm_adduleb128() function
140 extern int asm_adduleb128 (AsmScn_t *asmscn, uint32_t num);
51 asm_adduleb128.c asm_addsleb128.c \
102 * asm_adduleb128.c: Likewise.
129 if (asm_adduleb128 (scn, input[cnt]) != 0) in main()143 if (asm_adduleb128 (scn, -input[cnt]) != 0) in main()
1000 libasm: implement asm_adduleb128 and asm_addsleb128 and a test for them