HomeSort by relevance Sort by last modified time
    Searched refs:set_operand (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 164 static void set_operand (char *, ins *);
716 set_operand (char *operand, ins * crx_ins) function
904 set_operand (operand, crx_ins);
    [all...]
tc-cr16.c 1154 set_operand (char *operand, ins * cr16_ins) function
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 187 def set_operand(self, i, v): member in class:Value
364 def set_operand(self, i, v): member in class:BasicBlock
  /external/llvm/test/Bindings/OCaml/
core.ml 617 set_operand i 1 p3;
894 set_operand clone 0 p;
895 set_operand clone 1 y;
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 370 external set_operand : llvalue -> int -> llvalue -> unit = "llvm_set_operand"
    [all...]
llvm.mli 628 (** [set_operand v i o] sets the operand of the value [v] at the index [i] to
631 val set_operand : llvalue -> int -> llvalue -> unit var
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 462 external set_operand : llvalue -> int -> llvalue -> unit = "llvm_set_operand"
    [all...]
llvm.mli 771 (** [set_operand v i o] sets the operand of the value [v] at the index [i] to
774 val set_operand : llvalue -> int -> llvalue -> unit var
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 535 set_operand i 1 p3;
    [all...]

Completed in 977 milliseconds