[(set (match_operand:SI 0 "nonimmediate_operand" "=d")
(unspec:SI [(match_operand 1 "register_operand" "0")]
UNSPEC_CC_TO_INT))]
- "operands != NULL"
+ ""
"#"
"reload_completed"
[(set (match_dup 0) (lshiftrt:SI (match_dup 0) (const_int 28)))])
(define_expand "tabort"
[(unspec_volatile [(match_operand:SI 0 "nonmemory_operand" "")]
UNSPECV_TABORT)]
- "TARGET_HTM && operands != NULL"
+ "TARGET_HTM"
{
if (CONST_INT_P (operands[0])
&& INTVAL (operands[0]) >= 0 && INTVAL (operands[0]) <= 255)
(define_insn "*tabort_1"
[(unspec_volatile [(match_operand:SI 0 "nonmemory_operand" "aJ")]
UNSPECV_TABORT)]
- "TARGET_HTM && operands != NULL"
+ "TARGET_HTM"
"tabort\t%Y0"
[(set_attr "op_type" "S")])
[(unspec_volatile [(plus:SI (match_operand:SI 0 "register_operand" "a")
(match_operand:SI 1 "const_int_operand" "J"))]
UNSPECV_TABORT)]
- "TARGET_HTM && operands != NULL
- && CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[1]), 'J', \"J\")"
+ "TARGET_HTM && CONST_OK_FOR_CONSTRAINT_P (INTVAL (operands[1]), 'J', \"J\")"
"tabort\t%1(%0)"
[(set_attr "op_type" "S")])