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

/external/v8/src/arm/
H A Dassembler-arm.cc1360 int offset_8 = x.offset_; local
1361 if (offset_8 < 0) {
1362 offset_8 = -offset_8;
1365 if (!is_uint8(offset_8)) {
1373 DCHECK(offset_8 >= 0); // no masking needed
1374 instr |= B | (offset_8 >> 4)*B8 | (offset_8 & 0xf);
1407 int offset_8 = x.offset_; local
1408 DCHECK((offset_8
[all...]

Completed in 153 milliseconds