OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_operands
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c
131
insn->
num_operands
++;
165
insn->
num_operands
= 0;
174
if (insn->
num_operands
> 0) {
246
op && i<insn->
num_operands
; op = yasm_insn_op_next(op), i++) {
insn.h
149
unsigned int
num_operands
; /**< Number of operands. */
member in struct:yasm_insn
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re
103
unsigned char
num_operands
;
212
if (id_insn->insn.
num_operands
!= info->
num_operands
)
215
if (id_insn->insn.
num_operands
== 0) {
222
op && i<info->
num_operands
&& !mismatch;
272
if (id_insn->insn.
num_operands
> 0) {
274
op && i<info->
num_operands
; op = yasm_insn_op_next(op), i++) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c
294
unsigned int
num_operands
:4;
member in struct:x86_insn_info
542
if (jinfo->
num_operands
> 1 &&
571
if (info->
num_operands
== 0)
660
if (id_insn->insn.
num_operands
!= info->
num_operands
)
685
if (id_insn->insn.
num_operands
== 0) {
691
for (i = 0, op = use_ops[0]; op && i<info->
num_operands
&& !mismatch;
[
all
...]
gen_x86_insn.py
619
num_operands
= len(form.operands)
621
if all_operands[i:i+
num_operands
] == form.operands:
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_reader.cpp
696
unsigned
num_operands
= ir_expression::get_num_operands(op);
local
697
if (
num_operands
== 1 && !s_arg1->next->is_tail_sentinel()) {
710
if (
num_operands
== 2) {
ir.h
893
/* Update ir_expression::
num_operands
() and operator_strs when
[
all
...]
/external/mesa3d/src/glsl/
ir_reader.cpp
696
unsigned
num_operands
= ir_expression::get_num_operands(op);
local
697
if (
num_operands
== 1 && !s_arg1->next->is_tail_sentinel()) {
710
if (
num_operands
== 2) {
ir.h
893
/* Update ir_expression::
num_operands
() and operator_strs when
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
753
if (insn->
num_operands
== 0)
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
634
(** [
num_operands
v] returns the number of operands for the value [v].
636
val
num_operands
: llvalue -> int
var
[
all
...]
llvm.ml
372
external
num_operands
: llvalue -> int = "llvm_num_operands"
[
all
...]
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
537
insist ((
num_operands
i) = 2);
[
all
...]
Completed in 1174 milliseconds