Searched defs:addi (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/PowerPC/
H A Dppc64-fixup-apply.s10 addi 1, 1, target label
15 addi 1, 1, target2@l label
20 addi 1, 1, target3-target4@l label
26 addi 1, 1, target5+0x8000@l label
32 addi 1, 1, 2f-1b@l label
36 addi 1, 1, target6@h label
41 addi 1, 1, target7@higher label
43 addi 1, 1, target7@highera label
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h151 pANTLR3_UINT8 (*addi) (struct ANTLR3_STRING_struct * string, ANTLR3_INT32 i); member in struct:ANTLR3_STRING_struct
/external/dropbear/libtomcrypt/src/math/
H A Dgmp_desc.c197 static int addi(void *a, unsigned long b, void *c) function
418 &addi,
H A Dltm_desc.c215 static int addi(void *a, unsigned long b, void *c) function
424 &addi,
H A Dtfm_desc.c217 static int addi(void *a, unsigned long b, void *c) function
712 &addi,
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h183 int (*addi)(void *a, unsigned long b, void *c); member in struct:__anon17713
471 #define mp_add_d(a, b, c) ltc_mp.addi(a, b, c)

Completed in 605 milliseconds