Searched refs:regmask (Results 1 – 7 of 7) sorted by relevance
20 uint32_t regmask; member
11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
4 ; Values in registers should be clobbered by calls, which use a regmask instead
88 uint32_t regmask; member
735 ; CHECK-LABEL: regmask:772 define i32 @regmask(i32 %a, i32 %b, i32* %addr) {777 ; Clobber a CSR so that we check something on the regmask
260 ; Test that regmask clobbering stops a chain sequence.
9461 UInt regmask = regno << 4; in s390_tchain_verify_load64() local9467 vassert(code[1] == (0x08 | regmask)); in s390_tchain_verify_load64()9471 vassert(code[7] == (0x09 | regmask)); in s390_tchain_verify_load64()9477 vassert(code[1] == (0x03 | regmask)); in s390_tchain_verify_load64()9484 vassert(code[5] == (0x02 | regmask)); in s390_tchain_verify_load64()9491 vassert(code[9] == (0x01 | regmask)); in s390_tchain_verify_load64()9498 vassert(code[13] == (0x00 | regmask)); in s390_tchain_verify_load64()