OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addimmediate
(Results
1 - 13
of
13
) sorted by null
/external/v8/src/compiler/
instruction-selector-impl.h
153
return sequence()->
AddImmediate
(Constant(immediate));
157
return sequence()->
AddImmediate
(ToConstant(node));
161
return sequence()->
AddImmediate
(ToNegatedConstant(node));
200
return sequence()->
AddImmediate
(Constant(imm));
208
return sequence()->
AddImmediate
(
instruction.h
[
all
...]
instruction-selector.cc
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.cpp
52
BuildUtil::
addImmediate
(ImmediateValue *imm)
364
addImmediate
(imm);
nv50_ir_build_util.h
170
void
addImmediate
(ImmediateValue *);
/art/compiler/utils/x86/
assembler_x86.h
695
void
AddImmediate
(Register reg, const Immediate& imm);
assembler_x86.cc
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64.h
766
void
AddImmediate
(CpuRegister reg, const Immediate& imm);
assembler_x86_64.cc
[
all
...]
/external/v8/src/compiler/x87/
instruction-selector-x87.cc
59
return sequence()->
AddImmediate
(Constant(imm));
[
all
...]
/art/compiler/optimizing/
code_generator_x86.cc
752
// art::x86::X86Assembler::
AddImmediate
below), but it has
790
__
AddImmediate
(index_reg, Immediate(offset_));
[
all
...]
code_generator_x86_64.cc
773
// art::x86_64::X86_64Assembler::
AddImmediate
below), but it
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUInstrInfo.td
627
multiclass
AddImmediate
{
636
defm AI :
AddImmediate
;
[
all
...]
Completed in 349 milliseconds