Home | History | Annotate | Download | only in config

Lines Matching refs:know

51    changed in read.c .  Ideally it shouldn't have to know about it at all,
323 wants to know length (in chars) of the input bignum. */
531 know (fragP->fr_type == rs_machine_dependent);
536 know (symbolP);
541 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
549 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
557 know (*addressP == 0 || *addressP == 0x10); /* '@' bit. */
726 so caller's don't have to know the difference between a 1-byte & a
727 2-byte op-code. Still need vax_opcodeT concept, so we know how
734 Invented so we know hw many bytes a "I^#42" needs in its immediate
1094 This doesn't even know what a register name is, except it believes
1097 It does, however, know that PC, SP etc are special registers so it can
1154 decent assembler, we don't know how long to make (eg) displacement
1156 So we must wait until we know how many bits are needed for each address,
1157 then we can know both length and opcodes of instructions.
1326 We know at, len, hash.
1463 Unless err, we know: sign, paren. If paren, we know reg.
1602 need to know exact length of reg name. */
1717 By using oldq, we don't need to know how long Rnn was.
1846 #include "vax-inst.h" to know what a struct vit is.
1914 /* The lines below know about 2-byte opcodes starting FD,FE or FF.
2552 know (expP->X_add_number < 0);
2809 know (operandP->vop_width == VAX_WIDTH_BYTE_JUMP);
2819 know (operandP->vop_width == VAX_WIDTH_CONDITIONAL_JUMP);
2835 know (!(opcode_as_number & VIT_OPCODE_SYNTHETIC));
2844 know (opcode_as_number & VIT_OPCODE_SYNTHETIC);
2851 know (opcode_as_chars[1] == 0);
2876 know (operandP->vop_width == VAX_WIDTH_BYTE_JUMP);
2914 know (!(opcode_as_number & VIT_OPCODE_SYNTHETIC));
2922 know (opcode_as_number & VIT_OPCODE_SYNTHETIC);
2928 know (opcode_as_chars[1] == 0);
2960 know (operandP->vop_width == VAX_WIDTH_BYTE_JUMP);
2980 know (operandP->vop_width == VAX_WIDTH_CONDITIONAL_JUMP);
2997 know (operandP->vop_access != 'b');
2999 know (operandP->vop_access != ' ');
3000 know (operandP->vop_access == 'a'
3031 know (operandP->vop_mode > 3);
3045 know (operandP->vop_short == ' ');
3056 know (operandP->vop_mode == 10 + at);
3065 know (length);
3066 know (operandP->vop_short != ' ');
3079 know (is_absolute);
3090 know ((length == 0 && operandP->vop_short == ' ')
3119 know (operandP->vop_short == ' ');
3163 know (nbytes);
3165 know (operandP->vop_reg == 0xF);
3178 don't know if the high order bytes
3203 know (nbytes == 1);
3224 know ((length == 0 && operandP->vop_short == ' ')
3247 know (operandP->vop_reg >= 0);