Searched refs:low_sign_ext (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/cctools-845/include/stuff/
H A Dhppa.h52 __private_extern__ uint32_t low_sign_ext(
/macosx-10.9.5/cctools-845/libstuff/
H A Dhppa.c159 low_sign_ext( function
/macosx-10.9.5/cctools-845/otool/
H A Dhppa_disasm.c193 case '5' : num = low_sign_ext(GET_FIELD(opcode,11,15),5);
222 num = low_sign_ext(GET_FIELD(opcode,18,31),14);
251 case 'i' : num = low_sign_ext(GET_FIELD(opcode,18,31),11);
291 case 'V' : num=low_sign_ext(GET_FIELD(opcode,27,31),5);
/macosx-10.9.5/cctools-845/ld/
H A Dhppa_reloc.c435 offset = low_sign_ext(offset, 14) +
602 value = low_sign_ext(value, 14) +
943 immediate = low_sign_ext(instruction & 0x3fff, 14);
958 immediate = low_sign_ext(instruction & 0x3fff, 14);
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c6138 immediate = low_sign_ext(instruction & 0x3fff, 14) +
7245 immediate = low_sign_ext(instruction & 0x3fff, 14) +

Completed in 87 milliseconds