Home
last modified time | relevance | path

Searched refs:emit2bytes (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/s390/
Dassembler-s390.h554 emit2bytes(getfield<uint16_t, 2, 0, 16>(opcode)); in e_format()
558 emit2bytes(getfield<uint16_t, 2, 0, 8>(opcode) | in i_format()
656 emit2bytes(getfield<uint16_t, 2, 0, 8>(opcode) | in rr_format()
1386 inline void emit2bytes(uint16_t x);
Dassembler-s390-inl.h396 void Assembler::emit2bytes(uint16_t x) { in emit2bytes() function
Dassembler-s390.cc582 emit2bytes(0x0001); in bkpt()