Home
last modified time | relevance | path

Searched refs:strt (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/test/MC/ARM/
Darm_addrmode2.s12 @ CHECK: strt r1, [r0], r2 @ encoding: [0x02,0x10,0xa0,0xe6]
13 @ CHECK: strt r1, [r0], r2, lsr #3 @ encoding: [0xa2,0x11,0xa0,0xe6]
14 @ CHECK: strt r1, [r0], #4 @ encoding: [0x04,0x10,0xa0,0xe4]
15 @ CHECK: strt r1, [r0], #0 @ encoding: [0x00,0x10,0xa0,0xe4]
28 strt r1, [r0], r2
29 strt r1, [r0], r2, lsr #3
30 strt r1, [r0], #4
31 strt r1, [r0]
Dbasic-thumb2-instructions.s2981 strt r1, [r2]
2982 strt r1, [r8, #0]
2983 strt r1, [r8, #3]
2984 strt r1, [r8, #255]
2986 @ CHECK: strt r1, [r2] @ encoding: [0x42,0xf8,0x00,0x1e]
2987 @ CHECK: strt r1, [r8] @ encoding: [0x48,0xf8,0x00,0x1e]
2988 @ CHECK: strt r1, [r8, #3] @ encoding: [0x48,0xf8,0x03,0x1e]
2989 @ CHECK: strt r1, [r8, #255] @ encoding: [0x48,0xf8,0xff,0x1e]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Darm_addrmode2.s10 @ CHECK: strt r1, [r0], r2 @ encoding: [0x02,0x10,0xa0,0xe6]
11 @ CHECK: strt r1, [r0], r2, lsr #3 @ encoding: [0xa2,0x11,0xa0,0xe6]
12 @ CHECK: strt r1, [r0], #4 @ encoding: [0x04,0x10,0xa0,0xe4]
22 strt r1, [r0], r2
23 strt r1, [r0], r2, lsr #3
24 strt r1, [r0], #4
Dbasic-thumb2-instructions.s2504 strt r1, [r2]
2505 strt r1, [r8, #0]
2506 strt r1, [r8, #3]
2507 strt r1, [r8, #255]
2509 @ CHECK: strt r1, [r2] @ encoding: [0x42,0xf8,0x00,0x1e]
2510 @ CHECK: strt r1, [r8] @ encoding: [0x48,0xf8,0x00,0x1e]
2511 @ CHECK: strt r1, [r8, #3] @ encoding: [0x48,0xf8,0x03,0x1e]
2512 @ CHECK: strt r1, [r8, #255] @ encoding: [0x48,0xf8,0xff,0x1e]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddsp_helper.cc198 int16_t strt = (kParabolaCoefficients[fit_index[fs_mult]][0] in ParabolicFit() local
201 if (temp < -den * strt) { in ParabolicFit()
202 lmt = strt - stp; in ParabolicFit()
215 } else if (temp > -den * (strt + stp)) { in ParabolicFit()
216 lmt = strt + 2 * stp; in ParabolicFit()
/external/skia/third_party/lua/src/
Dlstring.c66 stringtable *tb = &G(L)->strt; in luaS_resize()
119 stringtable *tb = &G(L)->strt; in newshrstr()
137 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
Dlstate.c225 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()
284 g->strt.size = 0; in lua_newstate()
285 g->strt.nuse = 0; in lua_newstate()
286 g->strt.hash = NULL; in lua_newstate()
Dlgc.c672 G(L)->strt.nuse--; in freeobj()
774 int hs = g->strt.size / 2; /* half the size of the string table */ in checkSizes()
775 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()
986 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeallobjects()
987 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeallobjects()
988 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
1038 g->GCmemtrav = g->strt.size * sizeof(GCObject*); in singlestep()
1063 for (i = 0; i < GCSWEEPMAX && g->sweepstrgc + i < g->strt.size; i++) in singlestep()
1064 sweepwholelist(L, &g->strt.hash[g->sweepstrgc + i]); in singlestep()
1066 if (g->sweepstrgc >= g->strt.size) /* no more strings to sweep? */ in singlestep()
Dlstate.h119 stringtable strt; /* hash table for strings */ member
/external/syslinux/com32/lua/src/
Dlstring.c66 stringtable *tb = &G(L)->strt; in luaS_resize()
119 stringtable *tb = &G(L)->strt; in newshrstr()
137 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
Dlstate.c234 luaM_freearray(L, G(L)->strt.hash, G(L)->strt.size); in close_state()
293 g->strt.size = 0; in lua_newstate()
294 g->strt.nuse = 0; in lua_newstate()
295 g->strt.hash = NULL; in lua_newstate()
Dlgc.c679 G(L)->strt.nuse--; in freeobj()
781 int hs = g->strt.size / 2; /* half the size of the string table */ in checkSizes()
782 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()
993 for (i = 0; i < g->strt.size; i++) /* free all string lists */ in luaC_freeallobjects()
994 sweepwholelist(L, &g->strt.hash[i]); in luaC_freeallobjects()
995 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
1045 g->GCmemtrav = g->strt.size * sizeof(GCObject*); in singlestep()
1070 for (i = 0; i < GCSWEEPMAX && g->sweepstrgc + i < g->strt.size; i++) in singlestep()
1071 sweepwholelist(L, &g->strt.hash[g->sweepstrgc + i]); in singlestep()
1073 if (g->sweepstrgc >= g->strt.size) /* no more strings to sweep? */ in singlestep()
Dlstate.h119 stringtable strt; /* hash table for strings */ member
/external/libmpeg2/common/
Dithread.c70 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() argument
73 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument); in ithread_create()
Dithread.h45 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
/external/libhevc/common/
Dithread.c64 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() argument
66 … return pthread_create((pthread_t *)thread_handle, attribute, (void * (*)(void *))strt, argument); in ithread_create()
Dithread.h43 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
/external/libavc/common/
Dithread.c77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() argument
80 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument); in ithread_create()
Dithread.h65 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
/external/llvm/test/MC/Disassembler/ARM/
Daddrmode2-reencoding.txt10 # CHECK: strt r1, [r0], #0 @ encoding: [0x00,0x10,0xa0,0xe4]
Dthumb2.txt2030 # CHECK: strt r1, [r2]
2031 # CHECK: strt r1, [r8]
2032 # CHECK: strt r1, [r8, #3]
2033 # CHECK: strt r1, [r8, #255]
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dthumb2.txt1881 # CHECK: strt r1, [r2]
1882 # CHECK: strt r1, [r8]
1883 # CHECK: strt r1, [r8, #3]
1884 # CHECK: strt r1, [r8, #255]
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td3051 "strt", "\t$Rt, $addr, $offset",
3071 "strt", "\t$Rt, $addr, $offset", "$addr.base = $Rn_wb", []> {
3086 : ARMAsmPseudo<"strt${q} $Rt, $addr",
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMInstrInfo.td2680 "strt", "\t$Rt, $addr, $offset",
2699 "strt", "\t$Rt, $addr, $offset",
DARMInstrThumb2.td1424 def t2STRT : T2IstT<0b10, "strt", IIC_iStore_i>;

12