• Home
  • Raw
  • Download

Lines Matching refs:Imm8

188 int8_t Imm8(const uint8_t* data) {  in Imm8()  function
429 int disp = mod == 2 ? Imm32(modrmp + 2) : Imm8(modrmp + 2); in PrintRightOperandHelper()
441 int disp = mod == 2 ? Imm32(modrmp + 1) : Imm8(modrmp + 1); in PrintRightOperandHelper()
823 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(current)); in AVXInstruction()
829 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(current)); in AVXInstruction()
835 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(current)); in AVXInstruction()
842 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
849 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
856 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
908 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
969 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
1245 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
1284 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
1291 AppendToBuffer(",%d", Imm8(current)); in AVXInstruction()
2193 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(data)); in InstructionDecode()
2201 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(data)); in InstructionDecode()
2209 AppendToBuffer(",%s,%d", NameOfXMMRegister(regop), Imm8(data)); in InstructionDecode()
2225 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2233 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2241 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2309 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2371 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2380 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2444 AppendToBuffer("push 0x%x", Imm8(data + 1)); in InstructionDecode()
2513 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()
2613 AppendToBuffer(",%d", Imm8(data)); in InstructionDecode()