HomeSort by: relevance | last modified time | path
    Searched defs:Halfword (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hppa/hppa/
db_disasm.c 74 /* datatypes for halfword and byte fields of a word are defined
85 enum datasize { Byte, Halfword, Word, Doubleword, Quadword, Variable };
413 #define BIT_P_HW 16 /* bits/halfword */
417 #define BYT_P_HW 2 /* bytes/halfword */
524 #define LDH 0x11, 0x00, 0, 0 /* LOAD HALFWORD */
529 #define STH 0x19, 0x00, 0, 0 /* STORE HALFWORD */
532 #define LDHX 0x03, 0x01, 19, 7 /* LOAD HALFWORD INDEXED */
537 #define LDHS 0x03, 0x41, 19, 7 /* LOAD HALFWORD SHORT DISP */
542 #define STHS 0x03, 0x49, 19, 7 /* STORE HALFWORD SHORT DISP */

Completed in 26 milliseconds