Searched refs:uword (Results 1 – 11 of 11) sorted by relevance
21 uword sr = 0;28 sr |= (uword)*c++ << 2;30 sr |= (uword)*c++ << 4;33 sr |= (uword)*c++ << 2;36 sr |= (uword)*c++ << 2; /* 5 */39 sr |= (uword)*c++ << 4;43 sr |= (uword)*c++ << 1;49 sr |= (uword)*c++ << 2;53 sr |= (uword)*c++ << 1; /* 10 */60 sr |= (uword)*c++ << 2;[all …]
25 uword sr = 0;31 sr |= (uword)*c++ << 2;33 sr |= (uword)*c++ << 4;36 sr |= (uword)*c++ << 2;39 sr |= (uword)*c++ << 2; /* 5 */42 sr |= (uword)*c++ << 4;46 sr |= (uword)*c++ << 1;54 sr |= (uword)*c++ << 2;58 sr |= (uword)*c++ << 1; /* 10 */65 sr |= (uword)*c++ << 2;[all …]
112 uword sr;228 uword sr;
193 else return -(word)( -(uword)a >> n );
118 uword sr = 0;
8 typedef __UINT64_TYPE__ uword; typedef10 typedef __UINT32_TYPE__ uword; typedef13 __attribute__((interrupt)) void foo7(int *a, uword b) {} in foo7()
48 typedef unsigned int uword; typedef51 uword length;
15 typedef unsigned short uword; /* unsigned word */ typedef
330 return Instr::At(reinterpret_cast<uword>(&encoding_))->RnField(); in rn()335 Instr::At(reinterpret_cast<uword>(&encoding_))->RmField() : in rm()436 static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);615 static uword GetBreakInstructionFiller() {
60 void Assembler::InitializeMemoryWithBreakpoints(uword data, intptr_t length) { in InitializeMemoryWithBreakpoints()63 const uword end = data + length; in InitializeMemoryWithBreakpoints()3424 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()3426 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()3445 const uword state_offset = ClassHeapStats::state_offset(); in MaybeTraceAllocation()3458 const uword count_field_offset = (space == Heap::kNew) ? in IncrementAllocationStats()3473 const uword count_field_offset = (space == Heap::kNew) ? in IncrementAllocationStatsWithSize()3476 const uword size_field_offset = (space == Heap::kNew) ? in IncrementAllocationStatsWithSize()3527 uword tags = 0; in TryAllocate()3576 uword tags = 0; in TryAllocateArray()