HomeSort by relevance Sort by last modified time
    Searched full:i_ptr (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
disassem.c 306 const struct arm32_insn *i_ptr = &arm32_i[0]; local
315 while (i_ptr->name) {
316 if ((insn & i_ptr->mask) == i_ptr->pattern) {
320 i_ptr++;
329 if ((i_ptr->mask & 0xf0000000) == 0xf0000000)
330 di->di_printf("%s", i_ptr->name);
332 di->di_printf("%s%s", i_ptr->name, insn_condition(insn));
334 f_ptr = i_ptr->format;
  /bionic/tests/
sched_test.cpp 25 static int child_fn(void* i_ptr) {
26 *reinterpret_cast<int*>(i_ptr) = 42;
  /external/llvm/test/CodeGen/ARM/
reg_sequence.ll 12 define void @t1(i16* %i_ptr, i16* %o_ptr, %struct.int32x4_t* nocapture %vT0ptr, %struct.int32x4_t* nocapture %vT1ptr) nounwind {
26 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1]
47 define void @t2(i16* %i_ptr, i16* %o_ptr, %struct.int16x8_t* nocapture %vT0ptr, %struct.int16x8_t* nocapture %vT1ptr) nounwind {
62 %4 = bitcast i16* %i_ptr to i8* ; <i8*> [#uses=1]
64 %6 = getelementptr inbounds i16, i16* %i_ptr, i32 8 ; <i16*> [#uses=1]

Completed in 115 milliseconds