Searched refs:CASE_VFMA_CHANGE_OPCODE_VV (Results 1 – 1 of 1) sorted by relevance
3325 #define CASE_VFMA_CHANGE_OPCODE_VV(OLDOP, NEWOP) \3406 CASE_VFMA_CHANGE_OPCODE_VV(FMACC, FMADD) in commuteInstructionImpl() 3407 CASE_VFMA_CHANGE_OPCODE_VV(FMSAC, FMSUB) in commuteInstructionImpl() 3408 CASE_VFMA_CHANGE_OPCODE_VV(FNMACC, FNMADD) in commuteInstructionImpl() 3409 CASE_VFMA_CHANGE_OPCODE_VV(FNMSAC, FNMSUB) in commuteInstructionImpl() 3437 CASE_VFMA_CHANGE_OPCODE_VV(FMADD, FMACC) in commuteInstructionImpl() 3438 CASE_VFMA_CHANGE_OPCODE_VV(FMSUB, FMSAC) in commuteInstructionImpl() 3439 CASE_VFMA_CHANGE_OPCODE_VV(FNMADD, FNMACC) in commuteInstructionImpl() 3440 CASE_VFMA_CHANGE_OPCODE_VV(FNMSUB, FNMSAC) in commuteInstructionImpl() 3318 #define CASE_VFMA_CHANGE_OPCODE_VV( global() macro