Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. In file included from /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/X86/Runtime/Instructions.cpp:123:
  2. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/X86/Semantics/MMX.h:127:17: error: no matching function for call to '_SReadV8'
  3. auto lhs_vec = SReadV8(src1);
  4. ^~~~~~~
  5. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:610:17: note: expanded from macro 'SReadV8'
  6. #define SReadV8 _SReadV8
  7. ^~~~~~~~
  8. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/X86/Semantics/MMX.h:136:30: note: in instantiation of function template specialization
  9. '(anonymous namespace)::PADDSB<RVnW<vec64_t>, RVn<vec64_t>, RVn<vec64_t> >' requested here
  10. DEF_ISEL(PADDSB_MMXq_MMXq) = PADDSB<V64W, V64, V64>;
  11. ^
  12. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:172:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  13. MAKE_READRV(S, 8, bytes, int8_t)
  14. ^
  15. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:156:24: note: expanded from macro 'MAKE_READRV'
  16. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size ( \
  17. ^
  18. <scratch space>:44:1: note: expanded from here
  19. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:172:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  20. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:162:24: note: expanded from macro 'MAKE_READRV'
  21. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size ( \
  22. ^
  23. <scratch space>:47:1: note: expanded from here
  24. _SReadV8
  25. ^
  26. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:201:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  27. MAKE_READV(S, 8, sbytes)
  28. ^
  29. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:184:24: note: expanded from macro 'MAKE_READV'
  30. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size ( \
  31. ^
  32. <scratch space>:110:1: note: expanded from here
  33. _SReadV8
  34. ^
  35. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:201:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  36. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:190:24: note: expanded from macro 'MAKE_READV'
  37. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size ( \
  38. ^
  39. <scratch space>:113:1: note: expanded from here
  40. _SReadV8
  41. ^
  42. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:243:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  43. MAKE_MREADV(S, 8, sbytes, s8)
  44. ^
  45. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:214:24: note: expanded from macro 'MAKE_MREADV'
  46. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size( \
  47. ^
  48. <scratch space>:212:1: note: expanded from here
  49. _SReadV8
  50. ^
  51. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:243:1: note: candidate function template not viable: requires 2 arguments, but 1 was provided
  52. /home/akumar/quickia-kernel/GitHub/remill/remill/Arch/Runtime/Operators.h:226:24: note: expanded from macro 'MAKE_MREADV'
  53. ALWAYS_INLINE auto _ ## prefix ## ReadV ## size( \
  54. ^
  55. <scratch space>:218:1: note: expanded from here
  56. _SReadV8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement