Home
last modified time | relevance | path

Searched refs:uword (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h324 return Instr::At(reinterpret_cast<uword>(&encoding_))->RnField(); in rn()
329 ? Instr::At(reinterpret_cast<uword>(&encoding_))->RmField() in rm()
423 static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);
602 static uword GetBreakInstructionFiller() {
Dassembler_arm.cc59 void Assembler::InitializeMemoryWithBreakpoints(uword data, intptr_t length) { in InitializeMemoryWithBreakpoints()
62 const uword end = data + length; in InitializeMemoryWithBreakpoints()
3195 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()
3197 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()
3213 const uword state_offset = ClassHeapStats::state_offset(); in MaybeTraceAllocation()
3224 const uword count_field_offset = in IncrementAllocationStats()
3239 const uword count_field_offset = in IncrementAllocationStatsWithSize()
3243 const uword size_field_offset = in IncrementAllocationStatsWithSize()
3292 uword tags = 0; in TryAllocate()
3337 uword tags = 0; in TryAllocateArray()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1461 uword = 0x8, enumerator
1465 sword = uword | sext,
1475 uword0 = uword,
1476 uword1 = uword | 2,
Daco_optimizer.cpp1033 return instr->operands[2].constantEquals(8) ? SubdwordSel::ubyte : SubdwordSel::uword; in parse_extract()
1052 return instr->operands[2].constantEquals(8) ? SubdwordSel::ubyte : SubdwordSel::uword; in parse_insert()