OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_LOAD
(Results
1 - 13
of
13
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-epiphany.c
524
if (ADDR_LOADSTORE (insn.buffer[0]) ==
OP_LOAD
)
543
if (ADDR_LOADSTORE (insn.buffer[0]) ==
OP_LOAD
) /* A load. */
577
if (ADDR_LOADSTORE (insn.buffer[0]) ==
OP_LOAD
/* A load. */
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp
132
return ld && ld->op ==
OP_LOAD
&& ld->src(0).getFile() == FILE_MEMORY_CONST;
148
(ld->op ==
OP_LOAD
&&
208
if (!ld || ld->fixed || (ld->op !=
OP_LOAD
&& ld->op != OP_MOV))
[
all
...]
nv50_ir_build_util.cpp
109
Instruction *insn = new_Instruction(func,
OP_LOAD
, ty);
nv50_ir_target_nv50.cpp
464
if (i->op ==
OP_LOAD
) {
nv50_ir.h
49
OP_LOAD
,
nv50_ir_ra.cpp
[
all
...]
nv50_ir_lowering_nv50.cpp
922
bld.mkOp1(
OP_LOAD
, TYPE_U16, x,
nv50_ir_emit_nv50.cpp
[
all
...]
nv50_ir_from_sm4.cpp
551
case SM4_TARGET_RAW_BUFFER: *opr =
OP_LOAD
; break;
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp
404
// indirect loads can only be done by
OP_LOAD
/VFETCH/INTERP on nvc0
549
case
OP_LOAD
:
563
if (i->op ==
OP_LOAD
) {
nv50_ir_lowering_nvc0.cpp
1091
case
OP_LOAD
:
[
all
...]
nv50_ir_emit_nvc0.cpp
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
epiphany-desc.h
76
OP_LOAD
, OP_STORE
Completed in 1599 milliseconds