HomeSort by relevance Sort by last modified time
    Searched defs:IF (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
flow2.s 65 //IF CC JUMP pcrel11m2 ; /* branch if CC=1, branch predicted as not taken (a) */
66 IF CC JUMP 0xFFFFFE08;
67 IF CC JUMP 0x0B4;
68 IF CC JUMP 0;
70 //IF CC JUMP pcrel11m2 (bp) ; /* branch if CC=1, branch predicted as taken (a) */
71 IF CC JUMP 0xFFFFFE08(bp);
72 IF CC JUMP 0x0B4(bp);
74 //IF !CC JUMP pcrel11m2 ; /* branch if CC=0, branch predicted as not taken (a) *
    [all...]
move2.s 317 //IF CC DPreg = DPreg ; /* move if CC = 1 (a) */
319 IF CC R3 = R0;
320 IF CC R2 = R0;
321 IF CC R7 = R0;
323 IF CC R2 = P2;
324 IF CC R4 = P1;
325 IF CC R0 = P0;
326 IF CC R7 = P4;
328 IF CC P0 = P2
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 50 if (!getCurrentSectionData()->empty())
58 if (!F)
98 if (AddValueSymbols(Value)->EvaluateAsAbsolute(AbsValue, getAssembler())) {
115 // fragment if it exists, otherwise we should just queue the label and set its
125 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
135 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
157 if (Inst.getOperand(i).isExpr())
166 // If this instruction doesn't need relaxation, just emit it as data.
167 if (!getAssembler().getBackend().MayNeedRelaxation(Inst)) {
172 // Otherwise, if we are relaxing everything, relax the instruction as much a
    [all...]
MCPureStreamer.cpp 123 // We have to create a new fragment if this is an atom defining symbol,
125 if (getAssembler().isSymbolLinkerVisible(SD.getSymbol()))
130 // fragment if it exists, otherwise we should just queue the label and set its
162 if (MaxBytesToEmit == 0)
167 // Update the maximum alignment on the current section if necessary.
168 if (ByteAlignment > getCurrentSectionData()->getAlignment())
176 if (MaxBytesToEmit == 0)
182 // Update the maximum alignment on the current section if necessary.
183 if (ByteAlignment > getCurrentSectionData()->getAlignment())
193 MCInstFragment *IF = new MCInstFragment(Inst, getCurrentSectionData())
    [all...]
MCAssembler.cpp 56 if (!it->getSection().isVirtualSection())
59 if (it->getSection().isVirtualSection())
66 if (!LastValid)
73 // If this fragment wasn't already up-to-date, we don't need to do anything.
74 if (!isFragmentUpToDate(F))
86 if (!Cur)
107 // If this is a variable, then recursively evaluate now.
108 if (S.isVariable()) {
110 if (!S.getVariableValue()->EvaluateAsRelocatable(Target, *this))
115 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 137 * disabled if \p b is true. If control flow execution masking is
144 if (b)
190 if (n > 0)
241 if (shader->stage != MESA_SHADER_FRAGMENT) {
243 } else if (brw_wm_prog_data(shader->stage_prog_data)->uses_kill) {
369 if (block)
378 * Select \p src0 if the comparison of both sources with the given
529 * Gen4 predicated IF.
532 IF(brw_predicate predicate) cons
    [all...]
brw_vec4_builder.h 124 * disabled if \p b is true. If control flow execution masking is
131 if (b)
177 if (n > 0)
321 if (block)
330 * Select \p src0 if the comparison of both sources with the given
475 * Gen4 predicated IF.
478 IF(brw_predicate predicate) const
484 * Gen6 IF with embedded comparison.
487 IF(const src_reg &src0, const src_reg &src1
    [all...]
brw_vec4_visitor.cpp 191 /** Gen4 predicated IF. */
193 vec4_visitor::IF(enum brw_predicate predicate)
203 /** Gen6 IF with embedded comparison. */
205 vec4_visitor::IF(src_reg src0, src_reg src1,
294 /* The MOV is only needed if the source is a uniform or immediate. */
295 if (src.file != UNIFORM && src.file != IMM)
298 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle))
310 if (!src.abs && !src.negate)
323 if (devinfo->gen < 6 || devinfo->gen >= 8 || src.file == BAD_FILE)
333 * For gen7, keep the operand as-is, except if immediate, which gen7 stil
    [all...]
  /external/guice/lib/build/
munge.jar 
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 43 if (PendingLabels.empty())
45 if (!F) {
61 // If not assigned to the same (valid) fragment, fallback.
62 if (!Hi->getFragment() || Hi->getFragment() != Lo->getFragment() ||
72 if (Assembler)
82 if (!getNumFrameInfos())
85 if (EmitEHFrame)
88 if (EmitDebugFrame)
95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
105 if (!F || (Assembler->isBundlingEnabled() && !Assembler->getRelaxAll() &
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 47 UINT32 IF:1; // Interrupt Enable Flag
74 UINT32 IF:1; // Interrupt Enable Flag
294 SS:ESP points to the real mode stack if THUNK_USER_STACK is
337 SS:ESP points to the real mode stack if THUNK_USER_STACK is
  /external/deqp/framework/randomshaders/
rsgToken.hpp 49 IF,
246 if (m_tokens.size() == m_numTokens)
  /external/javassist/src/main/javassist/compiler/
TokenId.java 39 int IF = 320;
  /external/skia/src/sksl/
SkSLLexer.h 28 #undef IF
29 IF,
  /external/skqp/src/sksl/
SkSLLexer.h 28 #undef IF
29 IF,
  /prebuilts/go/darwin-x86/src/go/token/
token.go 109 IF
210 IF: "if",
234 if 0 <= tok && tok < Token(len(tokens)) {
237 if s == "" {
256 // operator op. If op is not a binary operator, the result
284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
287 if tok, is_keyword := keywords[ident]; is_keyword {
  /prebuilts/go/linux-x86/src/go/token/
token.go 109 IF
210 IF: "if",
234 if 0 <= tok && tok < Token(len(tokens)) {
237 if s == "" {
256 // operator op. If op is not a binary operator, the result
284 // Lookup maps an identifier to its keyword token or IDENT (if not a keyword).
287 if tok, is_keyword := keywords[ident]; is_keyword {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 12 * along with Java 1.8 parser and Abstract Syntax Tree. If not, see <http://www.gnu.org/licenses/>.
78 int IF = 60;
339 "\"if\"",
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 12 * along with Java 1.8 parser and Abstract Syntax Tree. If not, see <http://www.gnu.org/licenses/>.
78 int IF = 35;
314 "\"if\"",
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 as a parser skeleton. Alternatively, if you modify or redistribute
39 #if YYDEBUG
71 IF = 274,
184 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
231 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
  /external/swiftshader/src/Shader/
PixelProgram.cpp 30 if(shader->getShaderModel() >= 0x0300)
32 if(shader->isVPosDeclared())
34 if(!halfIntegerCoordinates)
45 if(fullPixelPositionRegister)
52 if(shader->isVFaceDeclared())
70 if(shader->containsLeaveInstruction())
77 if(state.targetFormat[i] != FORMAT_NULL)
89 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ)
105 if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB)
130 if(opcode == Shader::OPCODE_TEXKILL) // Takes destination as inpu
    [all...]
VertexProgram.cpp 42 if(shader->containsBreakInstruction())
47 if(shader->containsContinueInstruction())
52 if(shader->isInstanceIdDeclared())
64 if(!state.preTransformed)
83 if(shader->containsLeaveInstruction())
88 if(shader->isVertexIdDeclared())
90 if(state.textureSampling)
109 if(opcode == Shader::OPCODE_CALL || opcode == Shader::OPCODE_CALLNZ)
123 if(opcode == Shader::OPCODE_DCL || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB)
147 if(src0.type != Shader::PARAMETER_VOID) s0 = fetchRegister(src0)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h 79 /// typeIsConvertibleTo - Return true if all values of 'this' type can be
481 /// Return 0 if no such type exists.
526 /// out, returning them as a new init of bits type. If it is not legal to use
536 /// elements, returning them as a new init of list type. If it is not legal
545 /// Implementors of this method should return the type of the named field if
551 /// initializer for the specified field. If getFieldType returns non-null
561 /// If a value is set for the variable later, this method will be called on
594 /// Implementors of this method should return the type of the named field if
600 /// VarBitInit::resolveReferences. If the bit is able to be resolved, we
607 /// VarListElementInit::resolveReferences. If the list element is resolvabl
    [all...]
  /external/turbine/java/com/google/turbine/parse/
Token.java 104 IF("if"),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 75 UINT32 IF:1;
95 UINT16 IF : 1;
300 // BBS_IGNORE_ENTRY is placed in the BootPriority field if the entry is to
425 Test to see if a legacy PCI ROM exists for this device. Optionally return
433 Flags - Indicates if ROM found and if PC-AT.
464 This value is NULL if RomImage is non-NULL. This is the normal
466 RomImage - A PCI PC-AT ROM image. This argument is non-NULL if there is
470 Flags - Return Status if ROM was found and if was Legacy OPROM.
    [all...]

Completed in 620 milliseconds

1 2 3 4 5 6