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