Searched refs:def_op (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
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('POP_TOP', 1) 58 def_op('ROT_TWO', 2) 59 def_op('ROT_THREE', 3) 60 def_op('DUP_TOP', 4) 61 def_op('DUP_TOP_TWO', 5) 62 def_op('ROT_FOUR', 6) [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 1107 Operand def_op(dst.physReg(), v1); in copy_constant() local 1109 bld.vop2(aco_opcode::v_and_b32, dst, Operand::c32(~mask), def_op); in copy_constant() 1111 bld.vop2(aco_opcode::v_or_b32, dst, Operand::c32(val), def_op); in copy_constant()
|