Searched defs:isImm (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 58 bool isImm() const { return Kind == kImmediate; } in isImm() function in llvm::MCOperand
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 158 bool isImm() const { return Kind == k_Imm; } in isImm() function in __anon24692::MSP430Operand
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 375 bool isImm = fieldFromInstruction(insn, 13, 1); in DecodeMem() local 532 unsigned isImm = fieldFromInstruction(insn, 13, 1); in DecodeJMPL() local 565 unsigned isImm = fieldFromInstruction(insn, 13, 1); in DecodeReturn() local 594 unsigned isImm in DecodeSWAP() local 633 unsigned isImm = fieldFromInstruction(insn, 13, 1); DecodeTRAP() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 321 bool isImm() const { return OpKind == MO_Immediate; } in isImm() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 180 bool isImm() const { return Kind == k_Immediate; } in isImm() function in __anon24570::AVROperand
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 62 bool isImm() const { in isImm() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 342 bool isImm() const { return Kind == CV_Immediate; } in isImm() function in __anon24631::CountValue [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 234 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function in __anon24823::SystemZOperand [all...] |
| /third_party/skia/src/core/ |
| H A D | SkVM.h | 990 bool isImm(Val id, T want) const { in abs() function in skvm::Builder
|
Completed in 18 milliseconds