/external/vixl/examples/aarch64/ |
D | check-bounds.cc | 45 __ Ccmp(x0, x2, CFlag, pl); in GenerateCheckBounds() local
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 345 __ Ccmp(w10, 247 - 224, ZFlag, ls); // Check for 247. in CheckNotBackReferenceIgnoreCase() local 365 __ Ccmp(current_input_offset(), 0, NoFlag, eq); in CheckNotBackReferenceIgnoreCase() local 502 __ Ccmp(current_input_offset(), 0, NoFlag, eq); in CheckNotBackReference() local 591 __ Ccmp(current_character(), 0x00A0, ZFlag, ne); in CheckSpecialCharacterClass() local 619 __ Ccmp(current_character(), 0x0D, ZFlag, ne); in CheckSpecialCharacterClass() local 623 __ Ccmp(w10, 0x2029 - 0x2028, NoFlag, ne); in CheckSpecialCharacterClass() local 636 __ Ccmp(current_character(), 0x0D, ZFlag, ne); in CheckSpecialCharacterClass() local 640 __ Ccmp(w10, 0x2029 - 0x2028, NoFlag, ne); in CheckSpecialCharacterClass() local
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1430 __ Ccmp(i.OutputRegister(0), -1, VFlag, ge); in AssembleArchInstruction() local 1439 __ Ccmp(i.OutputRegister(0), -1, VFlag, ge); in AssembleArchInstruction() local 1448 __ Ccmp(i.OutputRegister(0), -1, ZFlag, gt); in AssembleArchInstruction() local 1457 __ Ccmp(i.OutputRegister(0), -1, ZFlag, gt); in AssembleArchInstruction() local
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 90 void TurboAssembler::Ccmp(const Register& rn, const Operand& operand, in Ccmp() function
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1580 __ Ccmp(arg_array, undefined_value, ZFlag, ne); in Generate_FunctionPrototypeApply() local 3177 __ Ccmp(x3, HOLEY_ELEMENTS, ZFlag, ne); in Generate_InternalArrayConstructorImpl() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 1155 void MacroAssembler::Ccmp(const Register& rn, in Ccmp() function in vixl::aarch64::MacroAssembler
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 7946 __ Ccmp(loaded_high64, ref_high64, NoFlag, eq); in TEST() local 9751 __ Ccmp(w16, w17, NCFlag, eq); in TEST() local 9755 __ Ccmp(w16, w17, NCFlag, ne); in TEST() local 9802 __ Ccmp(w20, Operand(0x12345678), NZCVFlag, eq); in TEST() local 9806 __ Ccmp(x20, Operand(0xffffffffffffffff), NZCVFlag, eq); in TEST() local 9830 __ Ccmp(w20, Operand(w21, LSL, 1), NZCVFlag, eq); in TEST() local 9834 __ Ccmp(x22, Operand(x23, SXTB, 0), NZCVFlag, eq); in TEST() local 9838 __ Ccmp(x24, Operand(x23, SXTB, 1), NZCVFlag, eq); in TEST() local 9842 __ Ccmp(x24, Operand(x23, UXTB, 1), NZCVFlag, eq); in TEST() local 9846 __ Ccmp(x24, Operand(x23, UXTB, 1), NZCVFlag, ne); in TEST() local
|