| Index: src/trusted/validator/validation_rewrite_test_data.S
|
| diff --git a/src/trusted/validator/validation_rewrite_test_data.S b/src/trusted/validator/validation_rewrite_test_data.S
|
| index 0f167c8c00943435c41bbe03db0bbef777c651d9..41d065d91f19386e51143ea24da45bbd8ed874da 100644
|
| --- a/src/trusted/validator/validation_rewrite_test_data.S
|
| +++ b/src/trusted/validator/validation_rewrite_test_data.S
|
| @@ -99,6 +99,16 @@ GLOBAL_SYM(prefetchnta_rip_relative_code_post_rewrite)
|
| nop
|
| GLOBAL_SYM(prefetchnta_rip_relative_code_post_rewrite_end)
|
|
|
| +GLOBAL_SYM(movntq_code)
|
| + mov %ebx,%ebx
|
| + movntq %mm0,(%r15,%rbx,1)
|
| +GLOBAL_SYM(movntq_code_end)
|
| +
|
| +GLOBAL_SYM(movntq_code_post_rewrite)
|
| + mov %ebx,%ebx
|
| + movq %mm0,(%r15,%rbx,1)
|
| +GLOBAL_SYM(movntq_code_post_rewrite_end)
|
| +
|
| GLOBAL_SYM(movntps_code)
|
| mov %ebx,%ebx
|
| movntps %xmm0,(%r15,%rbx,1)
|
|
|