Searched refs:global_op (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.td | 107 def global_op : Operand<i32>; 229 defm GET_GLOBAL_#vt : I<(outs vt:$res), (ins global_op:$local), 230 (outs), (ins global_op:$local), [], 235 defm SET_GLOBAL_#vt : I<(outs), (ins global_op:$local, vt:$src), 236 (outs), (ins global_op:$local), [],
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 3306 const char global_op = GLOBAL; in save_global() local 3468 if (_Pickler_Write(self, &global_op, 1) < 0) in save_global()
|