Home | History | Annotate | Download | only in pydir

Lines Matching refs:op_type

1 def mangle(op, op_type, signed):
18 return '_Z' + str(len(base)) + base + suffixMap[op_type][signed]
49 for op_type in ['i1', 'i8', 'i16', 'i32']:
50 arith('i32', op_type, op)
51 for op_type in ['i64', '<4 x i32>', '<8 x i16>', '<16 x i8>']:
52 arith(op_type, op_type, op)
55 for op_type in ['float', 'double', '<4 x float>']:
56 arith(op_type, op_type, op)