Searched refs:opsize (Results 1 – 7 of 7) sorted by relevance
50 int opsize; in parse_packet() local59 opsize = *ptr++; in parse_packet()60 if (opsize < 2) in parse_packet()62 if (opsize > length) in parse_packet()67 if (opsize == TCPOLEN_MAXSEG) in parse_packet()71 if (opsize == TCPOLEN_WINDOW) in parse_packet()75 if (opsize == TCPOLEN_TIMESTAMP) in parse_packet()79 if (opsize == TCPOLEN_SACK_PERMITTED) in parse_packet()84 ptr += opsize - 2; in parse_packet()85 length -= opsize; in parse_packet()
23 sub opsize() subroutine49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
335 uint8_t opsize = X86_immediate_size(MCInst_getOpcode(MI), &encsize); in _printOperand() local341 if (opsize) { in _printOperand()342 switch(opsize) { in _printOperand()687 uint8_t opsize = X86_immediate_size(MCInst_getOpcode(MI), &encsize); in printOperand() local689 if (opsize == 1) // print 1 byte immediate in positive form in printOperand()701 if (opsize) { in printOperand()702 switch(opsize) { in printOperand()751 opsize = 2; in printOperand()763 imm = arch_masks[opsize? opsize : MI->imm_size] & imm; in printOperand()789 if (opsize > 0) { in printOperand()[all …]
841 uint8_t opsize = X86_immediate_size(MI->Opcode, NULL); in printPCRelImm() local872 else if (opsize > 0) in printPCRelImm()873 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = opsize; in printPCRelImm()925 uint8_t opsize = X86_immediate_size(MCInst_getOpcode(MI), &encsize); in printOperand() local927 if (opsize == 1) // print 1 byte immediate in positive form in printOperand()954 opsize = 2; in printOperand()966 imm = arch_masks[opsize? opsize : MI->imm_size] & imm; in printOperand()992 if (opsize > 0) { in printOperand()993 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].size = opsize; in printOperand()
47 # Test that immediate is printed correctly within opsize prefix
86 # Test that immediate is printed correctly within opsize prefix