Home | History | Annotate | Download | only in courgette

Lines Matching full:uint16

246 CheckBool EncodedProgram::AddRel32ARM(uint16 op, int label_index) {
424 static_cast<uint16>(op),
430 uint16 op16 = decompressed_op;
445 if (!DisassemblerElf32ARM::Decompress(ARM_OFF11, (uint16) op,
450 uint16 op16 = decompressed_op;
465 if (!DisassemblerElf32ARM::Decompress(ARM_OFF24, (uint16) op,
484 if (!DisassemblerElf32ARM::Decompress(ARM_OFF25, (uint16) op,
504 if (!DisassemblerElf32ARM::Decompress(ARM_OFF21, (uint16) op,
705 uint16 relocs[4096]; // Allow up to one relocation per byte of a 4k page.
717 void Add(uint16 item) {
751 block.Add(((static_cast<uint16>(type)) << 12 ) | (rva & 0xFFF));