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

/external/llvm/test/MC/ARM/
H A Ddirective-literals.s13 hword: label
14 .hword 0
15 .hword 0xdefe
17 @ CHECK-LABEL: hword
/external/v8/src/s390/
H A Dsimulator-s390.cc5560 int16_t Simulator::ByteReverse(int16_t hword) { argument
5561 return (hword << 8) | ((hword >> 8) & 0x00ff);

Completed in 142 milliseconds