DynamoRIO / DynamoRIO/dynamorio
add equivalent of asm .W to ARM INSTR_CREATE_ routines
Open
Component-API
OpSys-ARM
Priority-Low
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Do we need to add .n vs .w control to INSTR_CREATE_?
Or will operand sizes be sufficient?
Without extra control, it's impossible to emit a 32-bit OP_yield in thumb mode.
But why would you want to?
Some alignment requirement is only reason I can think of.
Someone could always work around it and use raw bits.
Contributor guide
Assessment
This issue has not been assessed yet.