search for: r_mips_non

Displaying 6 results from an estimated 6 matches for "r_mips_non".

Did you mean: r_mips_none
2018 Jul 18
2
Syntax for FileCheck numeric variables and expressions
...ollowing two features: > > - Simple arithmetic with multiple operations. Example: > `cld $gp, $zero, [[@EXPR 2 * $CAP_SIZE - 8]]($c11)` > > - Conversion to hex (upper and lower case since not all tools are consistent here) and to decimal. > Example: // READOBJ-NEXT: 0x50 R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE .data 0x[[@EXPR hex($CAP_SIZE * 2)]] > > Alex > > [1] For most test cases the simple -DVAR=value flag in FileCheck is good enough: we have a %cheri_FileCheck lit substitution that expands to `FileCheck '-D$CAP_SIZE=16/32'` . This works for most IR level tests since...
2018 Jul 26
3
Syntax for FileCheck numeric variables and expressions
...imple arithmetic with multiple operations. Example: >> > `cld $gp, $zero, [[@EXPR 2 * $CAP_SIZE - 8]]($c11)` >> > >> > - Conversion to hex (upper and lower case since not all tools are consistent here) and to decimal. >> > Example: // READOBJ-NEXT: 0x50 R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE .data 0x[[@EXPR hex($CAP_SIZE * 2)]] >> > >> > Alex >> > >> > [1] For most test cases the simple -DVAR=value flag in FileCheck is good enough: we have a %cheri_FileCheck lit substitution that expands to `FileCheck '-D$CAP_SIZE=16/32'` . This...
2018 Jul 17
2
Syntax for FileCheck numeric variables and expressions
To be clear, I do not intend to add support for hex specifier in the current patch, I just want to make sure the syntax we choose is going to allow it later. My immediate use case is decimal integer and I intend to write the code so that it's easy to extend to more type of numeric variables and expressions later. This way we'll only add specifier that are actually required by actual
2018 Jul 31
2
Syntax for FileCheck numeric variables and expressions
...tions. Example: >> >> > `cld $gp, $zero, [[@EXPR 2 * $CAP_SIZE - 8]]($c11)` >> >> > >> >> > - Conversion to hex (upper and lower case since not all tools are consistent here) and to decimal. >> >> > Example: // READOBJ-NEXT: 0x50 R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE .data 0x[[@EXPR hex($CAP_SIZE * 2)]] >> >> > >> >> > Alex >> >> > >> >> > [1] For most test cases the simple -DVAR=value flag in FileCheck is good enough: we have a %cheri_FileCheck lit substitution that expands to `FileCheck...
2018 Jul 31
2
Syntax for FileCheck numeric variables and expressions
...tions. Example: >> >> > `cld $gp, $zero, [[@EXPR 2 * $CAP_SIZE - 8]]($c11)` >> >> > >> >> > - Conversion to hex (upper and lower case since not all tools are consistent here) and to decimal. >> >> > Example: // READOBJ-NEXT: 0x50 R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE .data 0x[[@EXPR hex($CAP_SIZE * 2)]] >> >> > >> >> > Alex >> >> > >> >> > [1] For most test cases the simple -DVAR=value flag in FileCheck is good enough: we have a %cheri_FileCheck lit substitution that expands to `FileCheck...
2018 Aug 22
4
Syntax for FileCheck numeric variables and expressions
...t; `cld $gp, $zero, [[@EXPR 2 * $CAP_SIZE - 8]]($c11)` >> >> >> > >> >> >> > - Conversion to hex (upper and lower case since not all tools are >> consistent here) and to decimal. >> >> >> > Example: // READOBJ-NEXT: 0x50 R_MIPS_64/R_MIPS_NONE/R_MIPS_NONE >> .data 0x[[@EXPR hex($CAP_SIZE * 2)]] >> >> >> > >> >> >> > Alex >> >> >> > >> >> >> > [1] For most test cases the simple -DVAR=value flag in FileCheck >> is good enough: we have a %cheri_...