OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_val
(Results
1 - 7
of
7
) sorted by null
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
571
return LLVMMDNodeInContext(C, (LLVMValueRef*)
Op_val
(ElementVals),
664
return LLVMConstArray(ElementTy, (LLVMValueRef*)
Op_val
(ElementVals),
670
return LLVMConstStructInContext(C, (LLVMValueRef *)
Op_val
(ElementVals),
676
return LLVMConstNamedStruct(Ty, (LLVMValueRef *)
Op_val
(ElementVals), Wosize_val(ElementVals));
682
return LLVMConstStructInContext(C, (LLVMValueRef *)
Op_val
(ElementVals),
688
return LLVMConstVector((LLVMValueRef*)
Op_val
(ElementVals),
710
return LLVMConstGEP(ConstantVal, (LLVMValueRef*)
Op_val
(Indices),
717
return LLVMConstInBoundsGEP(ConstantVal, (LLVMValueRef*)
Op_val
(Indices),
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog.c
286
static char *toop(int
op_val
)
289
switch (
op_val
) {
307
static char *to_alpha_op(int
op_val
)
310
switch (
op_val
) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c
286
static char *toop(int
op_val
)
289
switch (
op_val
) {
307
static char *to_alpha_op(int
op_val
)
310
switch (
op_val
) {
/external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c
99
CAMLreturn(alloc_generic_value(LLVMCreateGenericValueOfPointer(
Op_val
(V))));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state_draw.c
137
db_shader_control |= 0; // XXX
OP_VAL
or TEST_VAL?
/external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c
137
db_shader_control |= 0; // XXX
OP_VAL
or TEST_VAL?
/art/compiler/dex/portable/
mir_to_gbc.cc
692
int
op_val
= opcode;
local
698
if (
op_val
< kMirOpFirst) {
699
LOG(INFO) << ".. " << Instruction::Name(opcode) << " 0x" << std::hex <<
op_val
;
local
701
LOG(INFO) << mir_graph_->extended_mir_op_names_[
op_val
- kMirOpFirst] << " 0x" << std::hex <<
op_val
;
[
all
...]
Completed in 591 milliseconds