Searched refs:DecodeSignedOperand (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-decoder.cc | 23 DecodeSignedOperand(operand_start, operand_type, operand_scale); in DecodeRegisterOperand() 37 int32_t BytecodeDecoder::DecodeSignedOperand(Address operand_start, in DecodeSignedOperand() function in v8::internal::interpreter::BytecodeDecoder 168 os << "[" << DecodeSignedOperand(operand_start, op_type, operand_scale) in Decode()
|
D | bytecode-decoder.h | 32 static int32_t DecodeSignedOperand(Address operand_start,
|
D | bytecode-array-accessor.cc | 105 return BytecodeDecoder::DecodeSignedOperand(operand_start, operand_type, in GetSignedOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 247 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function 253 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function 254 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand() 308 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation() 312 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation() 317 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 345 static int32_t DecodeSignedOperand(uint32_t Operand) { in DecodeSignedOperand() function 351 static int32_t DecodeSignedOperand(ArrayRef<uint8_t> &Annotations) { in DecodeSignedOperand() function 352 return DecodeSignedOperand(GetCompressedAnnotation(Annotations)); in DecodeSignedOperand() 406 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation() 410 Result.S1 = DecodeSignedOperand(Next); in ParseCurrentAnnotation() 415 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 87 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, 197 static DecodeStatus DecodeSignedOperand(MCInst &Inst, unsigned InsnS, in DecodeSignedOperand() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrFormats.td | 29 let DecoderMethod = "DecodeSignedOperand<"#BSz#">";
|