|
#define | MSL_BOP(op) emit_binary_op(ops[0], ops[1], ops[2], ops[3], #op) |
|
#define | MSL_BOP_CAST(op, type) emit_binary_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcode)) |
|
#define | MSL_UOP(op) emit_unary_op(ops[0], ops[1], ops[2], #op) |
|
#define | MSL_QFOP(op) emit_quaternary_func_op(ops[0], ops[1], ops[2], ops[3], ops[4], ops[5], #op) |
|
#define | MSL_TFOP(op) emit_trinary_func_op(ops[0], ops[1], ops[2], ops[3], ops[4], #op) |
|
#define | MSL_BFOP(op) emit_binary_func_op(ops[0], ops[1], ops[2], ops[3], #op) |
|
#define | MSL_BFOP_CAST(op, type) emit_binary_func_op_cast(ops[0], ops[1], ops[2], ops[3], #op, type, opcode_is_sign_invariant(opcode)) |
|
#define | MSL_UFOP(op) emit_unary_func_op(ops[0], ops[1], ops[2], #op) |
|
#define | MSL_AFMO_IMPL(op, valsrc) |
|
#define | MSL_AFMO(op) MSL_AFMO_IMPL(op, ops[5]) |
|
#define | MSL_AFMIO(op) MSL_AFMO_IMPL(op, 1) |
|
#define | MSL_ImgQry(qrytype) |
|