Searched refs:def_op (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | opcode.py | 38 def def_op(name, op): function 43 def_op(name, op) 47 def_op(name, op) 51 def_op(name, op) 57 def_op('CACHE', 0) 58 def_op('POP_TOP', 1) 59 def_op('PUSH_NULL', 2) 61 def_op('NOP', 9) 62 def_op('UNARY_POSITIVE', 10) 63 def_op('UNARY_NEGATIV [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 1137 Operand def_op(dst.physReg(), v1); in copy_constant() 1139 bld.vop2(aco_opcode::v_and_b32, dst, Operand::c32(~mask), def_op); in copy_constant() 1141 bld.vop2(aco_opcode::v_or_b32, dst, Operand::c32(val), def_op); in copy_constant()
|
Completed in 6 milliseconds