/art/compiler/utils/arm/ |
assembler_arm32.h | 202 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE;
|
assembler_thumb2.h | 247 void vcmps(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE; [all...] |
assembler_arm.h | 668 virtual void vcmps(SRegister sd, SRegister sm, Condition cond = AL) = 0; [all...] |
assembler_arm32.cc | 529 void Arm32Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { function in class:art::arm::Arm32Assembler [all...] |
assembler_thumb2.cc | 1117 void Thumb2Assembler::vcmps(SRegister sd, SRegister sm, Condition cond) { function in class:art::arm::Thumb2Assembler [all...] |
/external/valgrind/VEX/priv/ |
host_arm64_defs.c | [all...] |
host_arm64_defs.h | 771 } VCmpS; [all...] |
/art/compiler/utils/ |
assembler_thumb_test.cc | [all...] |
/art/compiler/optimizing/ |
code_generator_arm.cc | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrVFP.td | 427 def VCMPS : ASuI<0b11101, 0b11, 0b0100, 0b01, 0, [all...] |