OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postop
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c
439
fprintf(f, "%*sSpPre=%02x REX=%03o
PostOp
=%u\n", indent_level, "",
442
(unsigned int)insn->
postop
);
537
insn->common.mode_bits, insn->
postop
== X86_POSTOP_ADDRESS16,
551
/* Handle address16
postop
case */
552
if (insn->
postop
== X86_POSTOP_ADDRESS16)
565
/* Handle signext_imm8
postop
special-casing */
566
if (insn->
postop
== X86_POSTOP_SIGNEXT_IMM8) {
591
insn->
postop
= X86_POSTOP_NONE;
649
if (insn->
postop
== X86_POSTOP_SIGNEXT_IMM8) {
657
insn->
postop
= X86_POSTOP_NONE
[
all
...]
x86arch.h
262
}
postop
;
member in struct:x86_insn
x86id.c
[
all
...]
/external/clang/lib/CodeGen/
CGAtomic.cpp
311
llvm::Instruction::BinaryOps
PostOp
= (llvm::Instruction::BinaryOps)0;
387
PostOp
= llvm::Instruction::Add;
395
PostOp
= llvm::Instruction::Sub;
403
PostOp
= llvm::Instruction::And;
411
PostOp
= llvm::Instruction::Or;
419
PostOp
= llvm::Instruction::Xor;
427
PostOp
= llvm::Instruction::And;
443
if (
PostOp
)
444
Result = CGF.Builder.CreateBinOp(
PostOp
, RMWI, LoadVal1);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp
[
all
...]
Completed in 377 milliseconds