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

  /src/usr.sbin/gspa/gspa/
gsp_inst.c 259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
277 u_int16_t iwords[6]; local in function:do_statement
325 i = encode_instr(ip, operands, spec, iwords);
337 putcode(iwords, i);
442 encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords)
544 iwords[2] = (val[0] >> 16);
547 iwords[1] = val[0];
576 iwords[1] = off;
579 iwords[1] = val[0];
580 iwords[2] = val[0] >> 16
    [all...]
gsp_inst.c 259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
277 u_int16_t iwords[6]; local in function:do_statement
325 i = encode_instr(ip, operands, spec, iwords);
337 putcode(iwords, i);
442 encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords)
544 iwords[2] = (val[0] >> 16);
547 iwords[1] = val[0];
576 iwords[1] = off;
579 iwords[1] = val[0];
580 iwords[2] = val[0] >> 16
    [all...]

Completed in 54 milliseconds